Closed lweasel closed 7 years ago
i.e. only assign reads to genomes based on which is the better match, and don't reject any reads due to their intrinsic mapping qualities. This corresponds to the option values:
--mismatch-threshold 100 --minmatch-threshold 100 --multimap-threshold --overhang-threshold 0
nb. actual option values implemented:
--mismatch-threshold 25 --minmatch-threshold 25 --multimap-threshold 999999 --overhang-threshold 0
i.e. only assign reads to genomes based on which is the better match, and don't reject any reads due to their intrinsic mapping qualities. This corresponds to the option values:
--mismatch-threshold 100 --minmatch-threshold 100 --multimap-threshold
--overhang-threshold 0