runMetaBat refers to wrong executable for help (metabat instead of metabat2)

Issue #24 resolved
Former user created an issue

Your newest version of metabat includes metabat2 AND metabat1. According to your instructions (and when checking the script istelf) runMetaBat.sh calls metabat2. However, if you call runMetaBat.sh without arguments, it returns this message:

You can specify any metabat options EXCEPT:
  -i --inFile
  -o --outFile
  -a --abdFile

For full metabat options: metabat -h

So, it's referring to the help function of metabat1, and not metabat2 which it is actually calling. This can cause some confusion as metabat1 and metabat2 have some different argument options.

Comments (1)

  1. Log in to comment