comparison tool.sh @ 0:c1a77856070c draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f5b374bef15145c893ffdd3a7d2f2978d8052184-dirty"
author rakesh4osdd
date Sat, 26 Jun 2021 07:27:53 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c1a77856070c
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