Changes between Version 3 and Version 4 of SOPs/gzipping
- Timestamp:
- 11/19/13 10:17:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/gzipping
v3 v4 23 23 gunzip -c fastq/My_sample.noVec.qgt20.2.fq.gz | fastq_quality_trimmer -v -t 20 -l 30 -z -o fastq/My_sample.noVec.qgt20.t.2.fq.gz \\ 24 24 25 # After trimming, get reads that are still paired (and output as regular fastq ) \\25 # After trimming, get reads that are still paired (and output as regular fastq for next (bowtie) step) \\ 26 26 /nfs/BaRC_Public/BaRC_code/Perl/cmpfastq/cmpfastqgz.pl fastq/My_sample.noVec.qgt20.t.1.fq.gz fastq/My_sample.noVec.qgt20.t.2.fq.gz 27 27