Entering edit mode
6.1 years ago
jeetsahu
▴
10
I have downloaded read sequences using fastq-dump with split file option and SRR id for paired sequences. But splitted files have different number of sequence reads. As per my understanding, since these are paired-end reads these should have equal number of sequences.
$fastq-dump -I --split-files SRR390728
$grep -c '>' SRR7716545_1.fastq
694067
$grep -c '>' SRR7716545_2.fastq
1026976
Please correct me if I am wrong.
Thanks, I grepped different symbol. One quick question - Does fastq-dump gives latest dataset used for assembly? if yes how can I get old datasets?
fastq-dump
gives the fastq based on the input SRR you give it. I have no detail knowledge about your SRR.Hello jeetsahu ,
If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one if they work.