Mercurial > repos > iuc > biotradis
diff bacteria_tradis.xml @ 1:e8cb43bd2fe4 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 61c83ac999a040604915ff7cf92670b2635b967e"
| author | iuc |
|---|---|
| date | Fri, 07 Feb 2020 10:20:18 +0000 |
| parents | bccf5ebe9b55 |
| children | d1278922a88e |
line wrap: on
line diff
--- a/bacteria_tradis.xml Wed Jan 29 15:40:42 2020 +0000 +++ b/bacteria_tradis.xml Fri Feb 07 10:20:18 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="bacteria_tradis" name="Bio-TraDis reads to counts" version="@VERSION@"> +<tool id="bacteria_tradis" name="Bio-TraDis reads to counts" version="@TOOL_VERSION@+galaxy@VERSION@"> <description></description> <macros> <import>macros.xml</import> @@ -81,9 +81,9 @@ </inputs> <outputs> - <data format="txt" name="Statistics" label="${input_fastq.name} Statistics​" from_work_dir="file.stats" /> - <data name="Counts" format="tabular" from_work_dir="./*.gz" /> - <data name="Aligned_reads" format="bam" from_work_dir="./*.bam" /> + <data format="txt" name="Statistics" from_work_dir="file.stats" label="${tool.name} on ${on_string} : Statistics" /> + <data name="Counts" format="tabular.gz" from_work_dir="./*.gz" label="${tool.name} on ${on_string} : Counts" /> + <data name="Aligned_reads" format="bam" from_work_dir="./*.bam" label="${tool.name} on ${on_string} : Mapped Reads" /> </outputs> <tests> @@ -174,4 +174,3 @@ -
