Hi all,
FASTQ files contain sequencing reads 'as they come off the sequencing instrument.' Is there any particular order to them in long read fastq file for ONT and PacBio? E.g. based on the position of the flow cell? Quality?
I am trying to extract certain number of reads from both ONT and PacBio using seqtk sample something like below.
./seqtk sample -s100 pcb.fastq 10000 > pcb_sub.fastq
I want to make sure the above example, pcb_sub.fastq, gives 10,000 reads among the total number of reads in pcb.fastq file.
Thanks in advance.
fastq
seqtk
rna-seq