comparison QDNAseq-plot.xml @ 84:9af5f22a1fbc draft

Uploaded
author stef
date Thu, 28 May 2015 13:55:00 -0400
parents af698d14e6b5
children 51c657e622c7
comparison
equal deleted inserted replaced
83:af698d14e6b5 84:9af5f22a1fbc
61 --> 61 -->
62 <param name="sample_index" type="integer" required="True" value="1" label="Sample-index (integer)" help="The RDS input object can contain data from multiple samples, this index tells the script which one to plot. Plotting multiple samples at the same time is not supported." /> 62 <param name="sample_index" type="integer" required="True" value="1" label="Sample-index (integer)" help="The RDS input object can contain data from multiple samples, this index tells the script which one to plot. Plotting multiple samples at the same time is not supported." />
63 63
64 <conditional name="subset_selection"> 64 <conditional name="subset_selection">
65 <param name="what_to_plot" type="select" label="What to plot" help="Instead of plotting everything in the object you can also select certain chromosomes or set a genomic region"> 65 <param name="what_to_plot" type="select" label="What to plot" help="Instead of plotting everything in the object you can also select certain chromosomes or set a genomic region">
66 <option value="all">Everything</option> 66 <option value="everything">Everything</option>
67 <option value="chromosomes">Selected chromosomes</option> 67 <option value="chromosomes">Selected chromosomes</option>
68 <option value="region">Genomic region</option> 68 <option value="region">Genomic region</option>
69 </param> 69 </param>
70 <when value="all"> 70 <when value="all">
71 <!-- ==================== --> 71 <!-- ==================== -->