view tool_asist.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 'asist' --name 'ASIST' --version 1.0.1 \
          --description 'Antimicrobial Susceptibility standards based phenotypes' \
          --requirement 'pandas' \
          --example_command "\"${__tool_directory__}/asist_dynamic.py\" 'asist_input.csv'  'asist_output.csv'" \
          --example_input test-data/asist_input.csv \
          --example_output test-data/asist_output.csv \
          --test_case \
	  --version_command 'python -c "import pandas; print(pandas.__version__)"' \
          --doi 'https://ab-openlab.csir.res.in/asist'

planemo lint asist.xml