annotate fileinfo.xml @ 3:05a3b55a7206 draft default tip

upgrade to v0.1.5.1
author wolma
date Fri, 16 Jan 2015 11:13:49 -0500
parents 43d52bf6cd3f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
1 <tool id="fileinfo" name="Retrieve File Information">
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
2 <description>for supported data formats.</description>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
3 <requirements>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
4 <requirement type="package" version="0.1.5">mimodd</requirement>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
5 </requirements>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
6 <version_command>mimodd version -q</version_command>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
7 <command>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
8 mimodd info $ifile -o $outputfile --verbose --oformat $oformat
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
9 </command>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
10
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
11 <inputs>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
12 <param name="ifile" type="data" format="bam,sam,vcf,bcf,fasta" label="input file" />
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
13 <param name="oformat" type="select" label="output format">
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
14 <option value="txt">text</option>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
15 <option value="html">html</option>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
16 </param>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
17 </inputs>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
18
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
19 <outputs>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
20 <data name="outputfile" format="txt" label="Sample Info on ${on_string}">
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
21 <change_format>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
22 <when input="oformat" value="html" format="html"/>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
23 </change_format>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
24 </data>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
25 </outputs>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
26
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
27 <help>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
28 .. class:: infomark
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
29
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
30 **What it does**
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
31
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
32 The tool inspects the input file and generates a report summarizing its contents.
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
33
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
34 It autodetects and works with most file formats produced by MiModD, i.e., **SAM / BAM, vcf / bcf and fasta**, and produces a standardized report for all of them.
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
35
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
36 </help>
43d52bf6cd3f Imported from capsule None
wolma
parents:
diff changeset
37 </tool>