When I run:
--very-fast-local -L 20 -N 1
I get ~70% coverage onto my genome
To make my conditions less stringent, I ran
-D 5 -R 1 -N 1 -L 15 -i S,1,2.00 (which is essentially very-fast-local with a seed length of 15 and a mismatch of 1)
However, I get 0.02% coverage onto the same genome from the same file as used above.
What is going on?
--very-fast-local -L 20 -N 1
I get ~70% coverage onto my genome
To make my conditions less stringent, I ran
-D 5 -R 1 -N 1 -L 15 -i S,1,2.00 (which is essentially very-fast-local with a seed length of 15 and a mismatch of 1)
However, I get 0.02% coverage onto the same genome from the same file as used above.
What is going on?
Comment