comparison save_z_15/save_z7_15nodes.xml @ 0:ae6f616e7637 draft

Uploaded
author nanettec
date Fri, 18 Mar 2016 05:49:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ae6f616e7637
1 <tool id="savez7_15nodes" name="Run QTL Cartographer" version="7.0.0">
2 <description> and save partial z file</description>
3 <command interpreter="python">
4 save_z7_15nodes.py --input1 $input1 --input2 $input2 --input3 $input3 --output1 $output1
5 </command>
6 <inputs>
7 <param label="Phenotype-genotype (.inp) file" name="input1" type="data" format="txt" help="A .inp file with all genotype and phenotype information"></param>
8 <param label="QTL Cartographer map file" name="input2" type="data" format="txt" help="A .inp file with all genotype and phenotype information"></param>
9 <param label="Parameters file" name="input3" type="data" format="txt" help="Parameters file with the values of all the parameters for QTL mapping"></param>
10 </inputs>
11 <outputs>
12 <data format="text" name="output1" />
13 </outputs>
14 <requirements>
15 </requirements>
16 <tests>
17 <test>
18 </test>
19 </tests>
20 <help>
21
22 **What it does**
23
24 Runs QTL Cartographer for QTL/eQTL mapping. Parse the results. Save a partial z file.
25
26 </help>
27 </tool>