Mercurial > repos > fcaramia > jointsnvmix
comparison jsm_to_vcf.xml @ 0:a1034918ab9b draft
Uploaded
author | fcaramia |
---|---|
date | Thu, 20 Jun 2013 00:03:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a1034918ab9b |
---|---|
1 <tool id="jsm_to_vcf" name="Convert JSM to VCF" version="1.0"> | |
2 | |
3 <command interpreter="perl"> | |
4 | |
5 jsm_to_vcf.pl $input $output | |
6 | |
7 </command> | |
8 | |
9 <inputs> | |
10 | |
11 <param name="input" type="data" format="txt" label="JSM File" optional="false"/> | |
12 | |
13 </inputs> | |
14 | |
15 <outputs> | |
16 <data type="data" format="vcf" name="output" label="${tool.name} result on ${on_string}"/> | |
17 </outputs> | |
18 | |
19 <help> | |
20 | |
21 .. class:: infomark | |
22 | |
23 **What it does** | |
24 | |
25 Convert Joint SNV Mix output file into standard VCF format, version 4.1 | |
26 | |
27 | |
28 **Input** | |
29 | |
30 Coverage: | |
31 | |
32 JSM output file | |
33 | |
34 | |
35 </help> | |
36 </tool> | |
37 | |
38 | |
39 | |
40 |