0
|
1 <tool id="fileinfo" name="Retrieve File Information">
|
|
2 <description>for supported data formats.</description>
|
|
3 <version_command>mimodd version -q</version_command>
|
|
4 <command>
|
|
5 mimodd info "$ifile" -o "$outputfile" --verbose --oformat $oformat
|
|
6 </command>
|
|
7
|
|
8 <inputs>
|
|
9 <param name="ifile" type="data" format="bam,sam,vcf,bcf,fasta" label="input file" />
|
|
10 <param name="oformat" type="select" label="output format">
|
|
11 <option value="txt">text</option>
|
|
12 <option value="html">html</option>
|
|
13 </param>
|
|
14 </inputs>
|
|
15
|
|
16 <outputs>
|
|
17 <data name="outputfile" format="txt" label="Sample Info on ${on_string}">
|
|
18 <change_format>
|
|
19 <when input="oformat" value="html" format="html"/>
|
|
20 </change_format>
|
|
21 </data>
|
|
22 </outputs>
|
|
23
|
|
24 <help>
|
|
25 .. class:: infomark
|
|
26
|
|
27 **What it does**
|
|
28
|
|
29 The tool inspects the input file and generates a report summarizing its contents.
|
|
30
|
|
31 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.
|
|
32
|
|
33 </help>
|
|
34 </tool>
|