view tool.sh @ 2:62afd73a0987 draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 58779a9edf592cff8cc63877d29e83888e403748-dirty"
author rakesh4osdd
date Mon, 28 Jun 2021 15:05:17 +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