annotate tool.sh @ 0:62226cd1acb5 draft

"planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
author rakesh4osdd
date Fri, 11 Jun 2021 12:36:25 +0000
parents
children 2a5861818faf
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'" \
62226cd1acb5 "planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff changeset
7 --example_input input.csv \
62226cd1acb5 "planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff changeset
8 --example_input clsi.csv \
62226cd1acb5 "planemo upload for repository https://github.com/rakesh4osdd/clsi_profile/tree/master commit ae6f2bc197b28000c56f6368ad044b350bc34f6a"
rakesh4osdd
parents:
diff changeset
9 --example_output output.csv \
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