comparison variant_annotator.xml @ 1:25b1bbfe9d13 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit 4551dc00ae1447b86952c0c8e845496c264f3ccb
author sanbi-uwc
date Thu, 19 Apr 2018 08:25:49 -0400
parents 6e985e2e0802
children
comparison
equal deleted inserted replaced
0:6e985e2e0802 1:25b1bbfe9d13
117 </when> 117 </when>
118 <when value="choose"> 118 <when value="choose">
119 <param name="annotations" type="select" multiple="True" display="checkboxes" label="Annotations to apply" help="-A,--annotation &amp;lt;annotation&amp;gt;" > 119 <param name="annotations" type="select" multiple="True" display="checkboxes" label="Annotations to apply" help="-A,--annotation &amp;lt;annotation&amp;gt;" >
120 <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs --> 120 <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs -->
121 <options from_data_table="gatk2_annotations"> 121 <options from_data_table="gatk2_annotations">
122 <filter type="multiple_splitter" column="tools_valid_for" separator=","/> 122 <filter type="multiple_splitter" column="3" separator=","/>
123 <filter type="static_value" value="VariantAnnotator" column="tools_valid_for"/> 123 <filter type="static_value" value="VariantAnnotator" column="3"/>
124 </options> 124 </options>
125 </param> 125 </param>
126 </when> 126 </when>
127 </conditional> 127 </conditional>
128 128
171 <param name="family_string" type="text" value="" label="Family String" help="--family_string"/> 171 <param name="family_string" type="text" value="" label="Family String" help="--family_string"/>
172 <param name="mendel_violation_genotype_quality_threshold" type="float" value="0.0" label="genotype quality treshold in order to annotate mendelian violation ratio." help="-mvq,--MendelViolationGenotypeQualityThreshold &amp;lt;MendelViolationGenotypeQualityThreshold&amp;gt;"/> 172 <param name="mendel_violation_genotype_quality_threshold" type="float" value="0.0" label="genotype quality treshold in order to annotate mendelian violation ratio." help="-mvq,--MendelViolationGenotypeQualityThreshold &amp;lt;MendelViolationGenotypeQualityThreshold&amp;gt;"/>
173 <param name="exclude_annotations" type="select" multiple="True" display="checkboxes" label="Annotations to exclude" help="-XA,--excludeAnnotation &amp;lt;excludeAnnotation&amp;gt;" > 173 <param name="exclude_annotations" type="select" multiple="True" display="checkboxes" label="Annotations to exclude" help="-XA,--excludeAnnotation &amp;lt;excludeAnnotation&amp;gt;" >
174 <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs --> 174 <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs -->
175 <options from_data_table="gatk2_annotations"> 175 <options from_data_table="gatk2_annotations">
176 <filter type="multiple_splitter" column="tools_valid_for" separator=","/> 176 <filter type="multiple_splitter" column="3" separator=","/>
177 <filter type="static_value" value="VariantAnnotator" column="tools_valid_for"/> 177 <filter type="static_value" value="VariantAnnotator" column="3"/>
178 </options> 178 </options>
179 </param> 179 </param>
180 180
181 </inputs> 181 </inputs>
182 <outputs> 182 <outputs>