In the latest versions of novoalign, there is some softclipping for local alignment included by default. Supposedly this can be deactivated by using the parameters
I have been trying to run novoalign with the following command line, in order to deactivate the softclipping:
The above command runs fine and returns absolutely no errors. BUT, I feel like it is extremely suspicious that the run time is EQUAL regardless of -o FullNW for the same fastq files.
If you are turning off the local alignment step, shouldn't the mapping take much less time?
I am still new to NGS, and it probably shows
Code:
-o FullNW
Code:
novoalign -o SAM -o FullNW -d ref.ndx -f fastq1 fastq2 > file.sam
If you are turning off the local alignment step, shouldn't the mapping take much less time?
I am still new to NGS, and it probably shows
Comment