comparison tool_asist.sh @ 10:116ebdf92e39 draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 84162f16b2170970978550561485bda556396f08"
author rakesh4osdd
date Wed, 30 Jun 2021 06:59:29 +0000
parents 683299422575
children
comparison
equal deleted inserted replaced
9:b3c01b790314 10:116ebdf92e39
1 #!/bin/bash
2
3 planemo tool_init --id 'asist' --name 'ASIST' --version 1.0.1 \
4 --description 'Antimicrobial Susceptibility standards based phenotypes' \
5 --requirement 'pandas' \
6 --example_command "\"${__tool_directory__}/asist_dynamic.py\" 'asist_input.csv' 'asist_output.csv'" \
7 --example_input test-data/asist_input.csv \
8 --example_output test-data/asist_output.csv \
9 --test_case \
10 --version_command 'python -c "import pandas; print(pandas.__version__)"' \
11 --doi 'https://ab-openlab.csir.res.in/asist'
12
13 planemo lint asist.xml