annotate tool.sh @ 7:6f4844ad364d draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 526516c07f33c30190617115ae94bac37a11f359"
author rakesh4osdd
date Tue, 29 Jun 2021 15:22:06 +0000
parents 2a5861818faf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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