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