Mercurial > repos > rakesh4osdd > clsi_profile
annotate tool.sh @ 9:b3c01b790314 draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f590c3b1d71a9b8f2030909fa488b4ac0c3caed8"
author | rakesh4osdd |
---|---|
date | Wed, 30 Jun 2021 06:37:12 +0000 |
parents | 2a5861818faf |
children |
rev | line source |
---|---|
0
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
1 #!/bin/bash |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
2 |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
3 planemo tool_init --id 'clsi_profile' --name 'CLSI Profile' \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
4 --description 'MIC profile using CLSI MIC breakpoints' \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
5 --requirement 'python' \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
6 --example_command "clsi_profile_type2.py 'input.csv' 'clsi.csv' 'output.csv'" \ |
4
2a5861818faf
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 7169e85ac6d230af9309b0deacecd4dc61e0a915"
rakesh4osdd
parents:
0
diff
changeset
|
7 --example_input test-data/input.csv \ |
2a5861818faf
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 7169e85ac6d230af9309b0deacecd4dc61e0a915"
rakesh4osdd
parents:
0
diff
changeset
|
8 --example_input test-data/clsi.csv \ |
2a5861818faf
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 7169e85ac6d230af9309b0deacecd4dc61e0a915"
rakesh4osdd
parents:
0
diff
changeset
|
9 --example_output test-data/output.csv \ |
0
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
10 --test_case \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
11 # --version_command 'python3 -V' \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
12 # --help_from_command '' \ |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
13 # --doi '' |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
14 |
62226cd1acb5
"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff
changeset
|
15 planemo lint |