Mercurial > repos > iuc > biotradis
comparison bacteria_tradis.xml @ 1:58234d95978d 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 05:20:39 -0500 |
parents | 738e58ed9cc2 |
children | 103bd59b3e33 |
comparison
equal
deleted
inserted
replaced
0:738e58ed9cc2 | 1:58234d95978d |
---|---|
1 <tool id="bacteria_tradis" name="Bio-TraDis reads to counts" version="@VERSION@"> | 1 <tool id="bacteria_tradis" name="Bio-TraDis reads to counts" version="@TOOL_VERSION@+galaxy@VERSION@"> |
2 <description></description> | 2 <description></description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
79 | 79 |
80 | 80 |
81 </inputs> | 81 </inputs> |
82 | 82 |
83 <outputs> | 83 <outputs> |
84 <data format="txt" name="Statistics" label="${input_fastq.name} Statistics​" from_work_dir="file.stats" /> | 84 <data format="txt" name="Statistics" from_work_dir="file.stats" label="${tool.name} on ${on_string} : Statistics" /> |
85 <data name="Counts" format="tabular" from_work_dir="./*.gz" /> | 85 <data name="Counts" format="tabular.gz" from_work_dir="./*.gz" label="${tool.name} on ${on_string} : Counts" /> |
86 <data name="Aligned_reads" format="bam" from_work_dir="./*.bam" /> | 86 <data name="Aligned_reads" format="bam" from_work_dir="./*.bam" label="${tool.name} on ${on_string} : Mapped Reads" /> |
87 </outputs> | 87 </outputs> |
88 | 88 |
89 <tests> | 89 <tests> |
90 <test> | 90 <test> |
91 <param name="input_fastq" ftype="fastq" value="tiny.fastq.gz"/> | 91 <param name="input_fastq" ftype="fastq" value="tiny.fastq.gz"/> |
172 | 172 |
173 </tool> | 173 </tool> |
174 | 174 |
175 | 175 |
176 | 176 |
177 |