Introducing new BeeDeeM unique command-line tools
New version of BeeDeeM introducing new command line tools.
-
Major change, not backward compatible are:
- All old scripts (install.sh, query.sh, etc.) have been replaced by a unique command:
bdm
. That command accepts sub-commands, namely: install, query, etc. Usebdm -h
to get general help, andbdm <command> -h
to get help on a particular . - Drop native support of Windows system; users or invited to rely on Windows Subsystem Linux
- All old scripts (install.sh, query.sh, etc.) have been replaced by a unique command:
-
Minor fixes:
- Improvement of the cluster job submission system
- Enable arguments passing to external scripts (pre- and post-processing)
- Improvement of Uniprot description handling; only retain RecName or SubName from entries, better parsing of EC numbers.
- Several bug fixes.