Mercurial > repos > rakesh4osdd > clsi_profile
view tool.sh @ 2:306236ec0511 draft
Deleted selected files
author | rakesh4osdd |
---|---|
date | Fri, 11 Jun 2021 13:20:08 +0000 |
parents | 62226cd1acb5 |
children | 2a5861818faf |
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