Mercurial > repos > rakesh4osdd > asist
diff tool_asist.sh @ 0:c1a77856070c draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f5b374bef15145c893ffdd3a7d2f2978d8052184-dirty"
author | rakesh4osdd |
---|---|
date | Sat, 26 Jun 2021 07:27:53 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_asist.sh Sat Jun 26 07:27:53 2021 +0000 @@ -0,0 +1,13 @@ +#!/bin/bash + +planemo tool_init --id 'asist' --name 'ASIST' --version 1.0.1 \ + --description 'Antimicrobial Susceptibility standards based phenotypes' \ + --requirement 'pandas' \ + --example_command "\"${__tool_directory__}/asist_dynamic.py\" 'asist_input.csv' 'asist_output.csv'" \ + --example_input test-data/asist_input.csv \ + --example_output test-data/asist_output.csv \ + --test_case \ + --version_command 'python -c "import pandas; print(pandas.__version__)"' \ + --doi 'https://ab-openlab.csir.res.in/asist' + +planemo lint asist.xml