comparison pedverf1stats.xml @ 41:8c12e46f652d draft

Uploaded
author cropgeeks
date Thu, 02 Mar 2017 08:43:30 -0500
parents 8970bd921458
children 8855844f40a8
comparison
equal deleted inserted replaced
40:4a0f069c98e0 41:8c12e46f652d
19 #end if 19 #end if
20 $decimalEnglish -output=$output 20 $decimalEnglish -output=$output
21 ]]> 21 ]]>
22 </command> 22 </command>
23 <inputs> 23 <inputs>
24 <param format="csv,tabular,txt" name="map" type="data" label="Flapjack map file" 24 <param format="fjmap" name="map" type="data" label="Flapjack map file"
25 help="Flapjack-formatted (tab-delimited text) input file of map data"/> 25 help="Flapjack-formatted (tab-delimited text) input file of map data"/>
26 <param format="csv,tabular,txt" name="genotypes" type="data" label="Flapjack genotype file" 26 <param format="fjgenotype" name="genotypes" type="data" label="Flapjack genotype file"
27 help="Flapjack-formatted (tab-delimited text) input file of genotype data"/> 27 help="Flapjack-formatted (tab-delimited text) input file of genotype data"/>
28 <param name="parent1" type="integer" value="1" label="Index of parent 1" 28 <param name="parent1" type="integer" value="1" label="Index of parent 1"
29 help="The index of the first parent in the genotype file"/> 29 help="The index of the first parent in the genotype file"/>
30 <param name="parent2" type="integer" value="2" label="Index of parent 2" 30 <param name="parent2" type="integer" value="2" label="Index of parent 2"
31 help="The index of the second parent in the genotype file"/> 31 help="The index of the second parent in the genotype file"/>