Mercurial > repos > rakesh4osdd > asist
view tool.sh @ 1:9c7d056cac30 draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 2d3fa913c9fa9db73f4aa40799749f2247abaa80-dirty"
author | rakesh4osdd |
---|---|
date | Mon, 28 Jun 2021 14:39:22 +0000 |
parents | c1a77856070c |
children |
line wrap: on
line source
#!/bin/bash planemo tool_init --id 'clsi_profile' --name 'CLSI Profile' \ --description 'MIC profile using CLSI MIC breakpoints' \ --requirement 'python' \ --example_command "clsi_profile_type2.py 'input.csv' 'clsi.csv' 'output.csv'" \ --example_input input.csv \ --example_input clsi.csv \ --example_output output.csv \ --test_case \ # --version_command 'python3 -V' \ # --help_from_command '' \ # --doi '' planemo lint