comparison seqdict.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="CloudMap Config" name="Generate a species configuration file">
2 <description>for use with CloudMap.</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 cm_seqdict $ifile -o $outputfile
9 </command>
10
11 <inputs>
12 <param name="ifile" type="data" format="vcf" label="vcf input file" />
13 </inputs>
14
15 <outputs>
16 <data name="outputfile" format="tabular" label="Sequence Dictionary for CloudMap from ${on_string}"/>
17 </outputs>
18
19 <help>
20 .. class:: infomark
21
22 **What it does**
23
24 The purpose of this tool is solely to provide compatibility with the external **CloudMap** *Variant Discovery Mapping* and *Hawaiian Variant Mapping* tools.
25
26 From a VCF file, the tool extracts the chromosome names and sizes and reports them in the **CloudMap** *species configuration file* format.
27 Such a file is required as input to the **CloudMap** mapping tools, if you are working with a species other than the natively supported ones (i.e., other than C.elegans or A. thaliana for the current version of CloudMap).
28
29 </help>
30 </tool>