Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@gregdenay gregdenay released this 18 Dec 15:18
· 10 commits to master since this release
2d12e1b

1.7.0

Breaking changes

Older configuration files are not compatible anymore. Updating the files by adding the following line
should yield the same results as before:

blast_filter_low_complexity: True

New features

It is now possible to deactivate the default low-complexity filter of the BLAST search.
This can be advantageous if you expect your barcode to contain low-complexity sequences which could
prevent getting any match at all.
This behaviour can be activated/deactivated by changing the blast_filter_low_complexity from True to False.

The default behaviour (True) uses the default 'DUST' filter of the blast tool:
-dust 20 64 1 -soft_masking true.
Switching the filter off runs blast with the modified parameters:
-dust no -soft_masking false