view save_z_15/save_z7_15nodes.xml @ 0:ae6f616e7637 draft

Uploaded
author nanettec
date Fri, 18 Mar 2016 05:49:55 -0400
parents
children
line wrap: on
line source

<tool id="savez7_15nodes" name="Run QTL Cartographer" version="7.0.0">
	<description> and save partial z file</description>
	<command interpreter="python">
            save_z7_15nodes.py --input1 $input1 --input2 $input2 --input3 $input3 --output1 $output1
        </command>
        <inputs>
            <param label="Phenotype-genotype (.inp) file" name="input1" type="data" format="txt" help="A .inp file with all genotype and phenotype information"></param>
	    <param label="QTL Cartographer map file" name="input2" type="data" format="txt" help="A .inp file with all genotype and phenotype information"></param>
	    <param label="Parameters file" name="input3" type="data" format="txt" help="Parameters file with the values of all the parameters for QTL mapping"></param>
        </inputs>
	<outputs>
		<data format="text" name="output1" />
	</outputs>
	<requirements>
	</requirements>
	<tests>
          <test>
          </test>
	</tests>
	<help>
		
**What it does**

Runs QTL Cartographer for QTL/eQTL mapping. Parse the results. Save a partial z file.

        </help>
</tool>