view tool.sh @ 4:2a5861818faf draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 7169e85ac6d230af9309b0deacecd4dc61e0a915"
author rakesh4osdd
date Tue, 29 Jun 2021 12:15:06 +0000
parents 62226cd1acb5
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