Mercurial > repos > rakesh4osdd > clsi_profile
view tool.sh @ 8:c89ee0059c70 draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 526516c07f33c30190617115ae94bac37a11f359"
author | rakesh4osdd |
---|---|
date | Wed, 30 Jun 2021 06:26:21 +0000 |
parents | 2a5861818faf |
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 test-data/input.csv \ --example_input test-data/clsi.csv \ --example_output test-data/output.csv \ --test_case \ # --version_command 'python3 -V' \ # --help_from_command '' \ # --doi '' planemo lint