Using the -so flag on the dev branch build does not give properly sorted files. This may be more of an issue with samtools than with SNAP, but when I use samtools index on the file output from SNAP with -so flag I get the following error:
[E::hts_idx_push] unsorted positions
On the master branch, I was able to index files without sorting again
Using the
-so
flag on thedev
branch build does not give properly sorted files. This may be more of an issue withsamtools
than with SNAP, but when I usesamtools index
on the file output from SNAP with-so
flag I get the following error:On the
master
branch, I was able to index files without sorting again