Changes between Version 26 and Version 27 of SOPs/qc_shortReads
- Timestamp:
- 08/17/16 09:47:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/qc_shortReads
v26 v27 93 93 {{{ 94 94 fastq_quality_filter -v -q 20 -p 75 -i myFile.fastq -o myFile.fastq.fastx_trim # fastq input and output 95 gunzip -c myFile.f astq| fastq_quality_filter -v -q 20 -p 75 -z -o myFile.fastq.fastx_trim.gz # fastq.gz input and output95 gunzip -c myFile.fq.gz | fastq_quality_filter -v -q 20 -p 75 -z -o myFile.fastq.fastx_trim.gz # fastq.gz input and output 96 96 97 97 [-h] = This helpful help screen.