Mercurial > repos > rakesh4osdd > clsi_profile
comparison tool.sh @ 11:7dcc0e93288b draft default tip
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f590c3b1d71a9b8f2030909fa488b4ac0c3caed8-dirty"
author | rakesh4osdd |
---|---|
date | Wed, 30 Jun 2021 07:13:29 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
10:116ebdf92e39 | 11:7dcc0e93288b |
---|---|
1 #!/bin/bash | |
2 | |
3 planemo tool_init --id 'clsi_profile' --name 'CLSI Profile' \ | |
4 --description 'MIC profile using CLSI MIC breakpoints' \ | |
5 --requirement 'python' \ | |
6 --example_command "clsi_profile_type2.py 'input.csv' 'clsi.csv' 'output.csv'" \ | |
7 --example_input test-data/input.csv \ | |
8 --example_input test-data/clsi.csv \ | |
9 --example_output test-data/output.csv \ | |
10 --test_case \ | |
11 # --version_command 'python3 -V' \ | |
12 # --help_from_command '' \ | |
13 # --doi '' | |
14 | |
15 planemo lint |