Mercurial > repos > rakesh4osdd > clsi_profile
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:62226cd1acb5 |
---|---|
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 input.csv \ | |
8 --example_input clsi.csv \ | |
9 --example_output output.csv \ | |
10 --test_case \ | |
11 # --version_command 'python3 -V' \ | |
12 # --help_from_command '' \ | |
13 # --doi '' | |
14 | |
15 planemo lint |