Entering edit mode
7.7 years ago
dimitrischat
▴
210
hi all. i have a fastq file with total sequences 28020920 but i only want to do 10.000 f.e. . which option is there because i cant seem to find that in the manual.
Not sure why you want to do that but you could use
reformat.sh
from BBMap suite to sample the 10000 reads into a new file and then use that.thank you. but cant you do it using tophat?
You can check the manual but I don't think tophat has an option to sample a fraction of reads.
Hi dimitrischat,
It's worth noting that TopHat2 has been, essentially, deprecated by the developers, who recommend using HISAT2 instead. Unless you have a very specific reason to adopt TopHat2 in your pipeline, it's probably best to follow their advice.