Skip to content

WITCH formal release v1.0.2

Compare
Choose a tag to compare
@c5shen c5shen released this 09 Jan 02:01
· 23 commits to main since this release

All changes can be found in CHANGELOG.

  1. Added an option to bypass the initial config setup step. Use -y or --bypass-setup in your command line running WITCH to avoid being asked where to generate the config directory (will default to ~/.witch_msa).
    • For example: running witch.py -y -i [sequence files] for the first time will directly set up the WITCH configuration file and align the input sequences.
    • For any more runs, including -y is not required since the config file has been correctly set up.