Mercurial > repos > rakesh4osdd > clsi_profile
comparison tool.sh @ 4:2a5861818faf draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 7169e85ac6d230af9309b0deacecd4dc61e0a915"
author | rakesh4osdd |
---|---|
date | Tue, 29 Jun 2021 12:15:06 +0000 |
parents | 62226cd1acb5 |
children |
comparison
equal
deleted
inserted
replaced
3:683299422575 | 4:2a5861818faf |
---|---|
2 | 2 |
3 planemo tool_init --id 'clsi_profile' --name 'CLSI Profile' \ | 3 planemo tool_init --id 'clsi_profile' --name 'CLSI Profile' \ |
4 --description 'MIC profile using CLSI MIC breakpoints' \ | 4 --description 'MIC profile using CLSI MIC breakpoints' \ |
5 --requirement 'python' \ | 5 --requirement 'python' \ |
6 --example_command "clsi_profile_type2.py 'input.csv' 'clsi.csv' 'output.csv'" \ | 6 --example_command "clsi_profile_type2.py 'input.csv' 'clsi.csv' 'output.csv'" \ |
7 --example_input input.csv \ | 7 --example_input test-data/input.csv \ |
8 --example_input clsi.csv \ | 8 --example_input test-data/clsi.csv \ |
9 --example_output output.csv \ | 9 --example_output test-data/output.csv \ |
10 --test_case \ | 10 --test_case \ |
11 # --version_command 'python3 -V' \ | 11 # --version_command 'python3 -V' \ |
12 # --help_from_command '' \ | 12 # --help_from_command '' \ |
13 # --doi '' | 13 # --doi '' |
14 | 14 |