Changes between Version 47 and Version 48 of SOPs/qc_shortReads
- Timestamp:
- 10/29/18 11:36:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/qc_shortReads
v47 v48 79 79 To check if the SRA sample has paired reads or not, go to the [https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=run_browser SRA Run browser], enter the sample ID, and look in the table under "Layout". 80 80 81 To get paired reads into separate files, use a command like 82 83 ''**fastq-dump --split-files SRR060751.sra**'' 81 To get matched paired reads into separate files, use a command like 82 83 ''**fastq-dump --split-3 SRR060751.sra**'' 84 85 This works the same as using the "--split-files", but "--split-3" puts unpaired reads (if any) into a third file. 84 86 85 87 You can ask for gzipped output instead of typical fastq: