ntCard icon indicating copy to clipboard operation
ntCard copied to clipboard

Use of read names to determine input file type

Open aleferna opened this issue 2 years ago • 0 comments

getftype uses the read names to determine the file type ( 0 == fastq, 1 == fasta and 2 == sam). In practice read names should be considered free text and I think you should prabably get the file type from the extension or ask the user as a parameter. In our case since we do not use this read naming scheme it was detecting our input as fasta even though it was fastq and this lead to interger overruns.

aleferna avatar Sep 22 '22 09:09 aleferna