view tool.sh @ 5:3c27e5c2a8e9 draft

"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit d4b81c15919b4b87d215eaf1b792c8f251665647"
author rakesh4osdd
date Tue, 29 Jun 2021 12:58:49 +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