v.1.1
NEW:
- introduced a config class that enables the user to provide a custom varVAMP config file. Instead of changing the config.py file, the user can can prepend
VARVAMP_CONFIG=<path/to/custom_config>
to any regular varvamp command line without any changes to the code basis.
FIXES:
- consistent primer naming over all modes
- blast is now called by a sub-process as biopython's blast module will be removed in the future.
- updated the documentation
- fixed the
--threads
option in combination with-db
Large thanks to @wm75 for these improvements!