comparison gemini_roh.xml @ 2:93bb0cfacefb draft

Uploaded
author iuc
date Mon, 12 Jan 2015 15:31:50 -0500
parents 720cbfb4190d
children
comparison
equal deleted inserted replaced
1:d3c4d0208bb2 2:93bb0cfacefb
22 > "${ outfile }" 22 > "${ outfile }"
23 ]]> 23 ]]>
24 </command> 24 </command>
25 <expand macro="stdio" /> 25 <expand macro="stdio" />
26 <inputs> 26 <inputs>
27 <param name="infile" type="data" format="sqlite" label="GEMINI database" /> 27 <expand macro="infile" />
28 28
29 <param name="min_snps" type="integer" value="25" size="5" label="Minimum number of expected homozygous SNPs" help="default: 25 (--min-snps)"> 29 <param name="min_snps" type="integer" value="25" size="5" label="Minimum number of expected homozygous SNPs" help="default: 25 (--min-snps)">
30 <validator type="in_range" min="0"/> 30 <validator type="in_range" min="0"/>
31 </param> 31 </param>
32 <param name="min_total_depth" type="integer" value="20" size="10" label="The minimum overall sequencing depth requiredfor a SNP to be considered" help="default: 20 (--min-total-depth)"> 32 <param name="min_total_depth" type="integer" value="20" size="10" label="The minimum overall sequencing depth requiredfor a SNP to be considered" help="default: 20 (--min-total-depth)">
49 <param name="samples" size="30" type="text" value="" label="Comma separated list of samples to screen for ROHs" help="e.g S120,S450 (-s)"/> 49 <param name="samples" size="30" type="text" value="" label="Comma separated list of samples to screen for ROHs" help="e.g S120,S450 (-s)"/>
50 50
51 </inputs> 51 </inputs>
52 52
53 <outputs> 53 <outputs>
54 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" /> 54 <data name="outfile" format="tabular" />
55 </outputs> 55 </outputs>
56 <tests> 56 <tests>
57 <test> 57 <test>
58 </test> 58 </test>
59 </tests> 59 </tests>