Mercurial > repos > wolma > mimodd
comparison fileinfo.xml @ 23:5db0545b9004 draft
update to v0.1.7.3
author | wolma |
---|---|
date | Thu, 21 Jul 2016 03:55:49 -0400 |
parents | c46406466625 |
children |
comparison
equal
deleted
inserted
replaced
22:24154c580718 | 23:5db0545b9004 |
---|---|
1 <tool id="fileinfo" name="Retrieve File Information" version="0.1.7.2"> | 1 <tool id="fileinfo" name="Retrieve File Information" version="0.1.7.3"> |
2 <description>for supported data formats.</description> | 2 <description>for supported data formats.</description> |
3 <macros> | 3 <macros> |
4 <import>toolshed_macros.xml</import> | 4 <import>toolshed_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements" /> |
7 <version_command>python3 -m MiModD version -q</version_command> | 7 <version_command>python3 -m MiModD version -q</version_command> |
8 <command> | 8 <command> |
9 python3 -m MiModD info "$ifile" -o "$outputfile" --verbose --oformat $oformat | 9 python3 -m MiModD info "$ifile" -o "$outputfile" --verbose --oformat $oformat |
10 </command> | 10 </command> |
11 | 11 |
12 <inputs> | 12 <inputs> |
13 <param name="ifile" type="data" format="bam,sam,vcf,bcf,fasta" label="input file" /> | 13 <param format="bam,sam,vcf,bcf,fasta" label="input file" name="ifile" type="data" /> |
14 <param name="oformat" type="select" label="output format"> | 14 <param label="output format" name="oformat" type="select"> |
15 <option value="txt">text</option> | 15 <option value="txt">text</option> |
16 <option value="html">html</option> | 16 <option value="html">html</option> |
17 </param> | 17 </param> |
18 </inputs> | 18 </inputs> |
19 | 19 |
20 <outputs> | 20 <outputs> |
21 <data name="outputfile" format="txt" label="Sample Info on ${on_string}"> | 21 <data format="txt" label="Sample Info on ${on_string}" name="outputfile"> |
22 <change_format> | 22 <change_format> |
23 <when input="oformat" value="html" format="html"/> | 23 <when format="html" input="oformat" value="html" /> |
24 </change_format> | 24 </change_format> |
25 </data> | 25 </data> |
26 </outputs> | 26 </outputs> |
27 | 27 |
28 <help> | 28 <help> |