Hi! I have noticed that the number of reads declared in the nanostats file is almost always a little less than if I do wc (divided by 4) of the fastq file I input. The wc number also corresponds to the number of sequences in a minimap log file. However, the number I get from a NanoStats file is different. Is there a quality cutoff or some reason some reads aren't counted in nanocomp? Currently, I am using version 1.23.1 (maybe an old version as I've only just gotten back to reviewing these files), and the following parameters:
NanoComp -t {threads} -o {output} --raw --tsv_stats --verbose --fastq {input} -n {params} 1> {log} 2>&1
Would appreciate some insight
Hi! I have noticed that the number of reads declared in the nanostats file is almost always a little less than if I do
wc(divided by 4) of the fastq file I input. Thewcnumber also corresponds to the number of sequences in a minimap log file. However, the number I get from a NanoStats file is different. Is there a quality cutoff or some reason some reads aren't counted in nanocomp? Currently, I am using version 1.23.1 (maybe an old version as I've only just gotten back to reviewing these files), and the following parameters:NanoComp -t {threads} -o {output} --raw --tsv_stats --verbose --fastq {input} -n {params} 1> {log} 2>&1Would appreciate some insight