comparison sampleinfo.xml @ 0:7da2c9654a83 draft default tip

Uploaded
author wolma
date Tue, 12 Aug 2014 11:26:15 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7da2c9654a83
1 <tool id="sampleinfo" name="Retrieve Sample Information">
2 <description>for supported data formats.</description>
3 <requirements>
4 <requirement type="package" version="3.4.1">python3</requirement>
5 <requirement type="package" version="0.1.3_9af04e0e9125">MiModD</requirement>
6 </requirements>
7 <command>
8 mimodd info $ifile -o $outputfile --verbose
9 </command>
10
11 <inputs>
12 <param name="ifile" type="data" format="bam,sam,vcf,tabular" label="input file" />
13 </inputs>
14
15 <outputs>
16 <data name="outputfile" format="txt" label="Sample Info on ${on_string}"/>
17 </outputs>
18
19 <help>
20 .. class:: infomark
21
22 **What it does**
23
24 The tool inspects the input file and writes a report about the samples (and read groups) encoded in it.
25
26 It works with all file formats used and supported by MiModD that contain sample metadata, i.e. headered SAM/BAM files, vcf files with sample information and the cov files produced during Coverage Analysis.
27
28 </help>
29 </tool>