Changes between Version 57 and Version 58 of SOPs/qc_shortReads
- Timestamp:
- 12/18/20 11:05:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/qc_shortReads
v57 v58 244 244 }}} 245 245 246 * To remove Illumina TruSeq adapters (from the [[https://cutadapt.readthedocs.io/en/stable/guide.html|cutadapt user guide]]): 247 {{{ 248 cutadapt -a AGATCGGAAGAGC -A AGATCGGAAGAGC -o trimmed.1.fastq.gz -p trimmed.2.fastq.gz reads.1.fastq.gz reads.2.fastq.gz 249 }}} 250 246 251 * '''Method 2''': [[https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/|Trim Galore!]] combines cutadapt, FastQC, and the ability to guess what your adapters, if -a/-a2 options are not provided: 247 252 * Sample command