comparison cooc_mutbamscan.xml @ 2:d58a57db7a96 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cojac commit 1d5ff6cf59878101c2c5c94882d76763b47e169b
author iuc
date Fri, 25 Aug 2023 19:29:19 +0000
parents 9f1660129403
children
comparison
equal deleted inserted replaced
1:9f1660129403 2:d58a57db7a96
78 <when value="separate"> 78 <when value="separate">
79 <expand macro="vocdir_input"/> 79 <expand macro="vocdir_input"/>
80 <conditional name="amplicon_definitions"> 80 <conditional name="amplicon_definitions">
81 <param name="choice" type="select" label="Format of amplicon definitions"> 81 <param name="choice" type="select" label="Format of amplicon definitions">
82 <option value="insert_scheme">Amplicon insert scheme (Cojac-native format)</option> 82 <option value="insert_scheme">Amplicon insert scheme (Cojac-native format)</option>
83 <option value="primer_scheme">Primer scheme (with autodetection of grouping into amplicons</option> 83 <option value="primer_scheme">Primer scheme (with autodetection of grouping into amplicons)</option>
84 <option value="primer_scheme_plus">Primer scheme and explicit amplicon grouping information</option> 84 <option value="primer_scheme_plus">Primer scheme and explicit amplicon grouping information</option>
85 </param> 85 </param>
86 <when value="insert_scheme"> 86 <when value="insert_scheme">
87 <param name="insert_bed" type="data" format="bed" label="Amplicon insert scheme" help="BED dataset providing the positions of the amplicon inserts (i.e. excluding the primer sequences) on the reference sequence."/> 87 <param name="insert_bed" type="data" format="bed" label="Amplicon insert scheme" help="BED dataset providing the positions of the amplicon inserts (i.e. excluding the primer sequences) on the reference sequence."/>
88 </when> 88 </when>