Skip to content

Introducing new BeeDeeM unique command-line tools

Compare
Choose a tag to compare
@pgdurand pgdurand released this 15 Mar 13:55
· 30 commits to master since this release
583ab43

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. Use bdm -h to get general help, and bdm <command> -h to get help on a particular .
    • Drop native support of Windows system; users or invited to rely on Windows Subsystem Linux
  • 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.