Open petermr opened 4 years ago
Fixed in ami3 master.
FYI: You may be interested in https://stefanbirkner.github.io/system-rules/#SystemErrAndOutRule for asserting on tool's output to system.out/system.err
On Mon, May 25, 2020 at 11:59 AM Remko Popma notifications@github.com wrote:
Fixed in ami3 master.
FYI: You may be interested in https://stefanbirkner.github.io/system-rules/#SystemErrAndOutRule for asserting on tool's output to system.out/system.err
Thanks - useful. Probably cleaner than what I did...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/petermr/openVirus/issues/56#issuecomment-633515184, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFTCSY7NCOQSWAWBXYHGCLRTJFSDANCNFSM4NJLQKBQ .
-- Peter Murray-Rust Founder ContentMine.org and Reader Emeritus in Molecular Informatics Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
I don't have privileges to close this ticket, but is there any work still outstanding?
`AMI.execute(class, cmd) is used to extract the abstractTool and read the options summary.
successful example
org.contentmine.ami.tools.AMIFilterTest.testFallback()
, creates a testable Options value output:unsuccessful example
org.contentmine.ami.tools.AMIFilterTest.testGenericHelp()
with the subcommand omitted,fails with