Changes between Version 35 and Version 36 of SOPs/qc_shortReads


Ignore:
Timestamp:
04/26/17 12:00:03 (8 years ago)
Author:
thiruvil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/qc_shortReads

    v35 v36  
    6464== FastQC ==
    6565
    66 http://www.bioinformatics.babraham.ac.uk/projects/fastqc/
     66[[http://www.bioinformatics.babraham.ac.uk/projects/fastqc/|FastQC]]
    6767  * quality control analysis with nice graphical output
    6868  * available for Linux, Windows, and MacOSX
     
    8888
    8989== ShortRead (R package) ==
    90 http://www.bioconductor.org/packages/release/bioc/html/ShortRead.html
     90[[http://www.bioconductor.org/packages/release/bioc/html/ShortRead.html| ShortRead]]
    9191R package, Linux (Tak), Window, Mac \\
    9292
     
    114114
    115115== Fastx Toolkit ==
    116 http://hannonlab.cshl.edu/fastx_toolkit/
     116[[http://hannonlab.cshl.edu/fastx_toolkit/|FastX Toolkit]]
    117117galaxy integration, Linux(Tak), MacOSX \\
    118118'''Note:''' fastq_quality_filter v 0.0.14 may have a bug where it reports "got empty array at fastq_quality_filter.c:97" and/or segmentation fault.
     
    131131
    132132\\
     133 
     134== PrinSeq ==
     135[[http://prinseq.sourceforge.net | PrinSeq]] gives summary statistics and QC, eg. remove duplicate reads (eg. exact duplicate and other options) and has several visual summaryies.
     136
     137{{{
     138#Get html summary of output
     139prinseq-lite.pl -fastq myFile.fastq -graph_data file.gd -out_good null -out_bad null
     140prinseq-graphs.pl -i file.gd -html_all -o prinseq_outFile
     141
     142#remove exact duplicates (drep=1) to a new fastq file
     143prinseq-lite.pl -fastq myFile.fastq -derep 1 -out_good myFile.unique.fq -out_bad myFile.dup.fastq
     144
     145}}}
    133146
    134147= Modifying a file of short reads based on quality considerations =