Mercurial > repos > jowong > spotyping
changeset 8:ff5b31cdc6ba draft
planemo upload
author | jowong |
---|---|
date | Tue, 13 Nov 2018 03:09:25 -0500 |
parents | 1bf76073c034 |
children | c3ae0772ef96 |
files | spotyping.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/spotyping.xml Tue Nov 13 03:03:41 2018 -0500 +++ b/spotyping.xml Tue Nov 13 03:09:25 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="spotyping" name="Spoligotype Prediction" version="1.0.0"> +<tool id="spotyping" name="Spoligotype Prediction" version="1.0.1"> <description>fast and accurate in silico Mycobacterium spoligotyping from sequence reads</description> <requirements> <requirement type="package" version="2.1">spotyping</requirement> @@ -39,9 +39,9 @@ </section> </inputs> <outputs> - <data name="output1" label="spoligotyping results" format="txt" from_work_dir="SpoTyping"/> - <data name="output2" label="spoligotyping log" format="txt" from_work_dir="SpoTyping.log"/> - <data name="output3" label="query" format="excel.xls" from_work_dir="spotyping.xls"/> + <data name="spotyping_results" label="spoligotyping results" format="txt" from_work_dir="SpoTyping"/> + <data name="spotyping_log" label="spoligotyping log" format="txt" from_work_dir="SpoTyping.log"/> + <data name="sitvit_database_query" label="query" format="excel.xls" from_work_dir="spotyping.xls"/> </outputs> <help><![CDATA[ This is a modified version of IUC's wrapper of spotyping without the concatenation and renaming of the input files. The wrapper also runs properly when supplied with paired-end reads