Mercurial > repos > sanbi-uwc > gatk2
changeset 2:b1584795d565 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit c426147a7c2523c9d10934db3a9e7b8b34ab6388
author | sanbi-uwc |
---|---|
date | Fri, 20 Apr 2018 02:52:38 -0400 |
parents | 25b1bbfe9d13 |
children | 3f355d234d6f |
files | haplotype_caller.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/haplotype_caller.xml Thu Apr 19 08:25:49 2018 -0400 +++ b/haplotype_caller.xml Fri Apr 20 02:52:38 2018 -0400 @@ -148,8 +148,8 @@ <param name="annotation" type="select" multiple="True" display="checkboxes" label="Annotation Types" help="-A,--annotation &lt;annotation&gt;"> <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs --> <options from_data_table="gatk2_annotations"> - <filter type="multiple_splitter" column="tools_valid_for" separator=","/> - <filter type="static_value" value="HaplotypeCaller" column="tools_valid_for"/> + <filter type="multiple_splitter" column="3" separator=","/> + <filter type="static_value" value="HaplotypeCaller" column="3"/> </options> </param> <repeat name="additional_annotations" title="Additional annotation" help="-A,--annotation &lt;annotation&gt;"> @@ -181,8 +181,8 @@ <param name="exclude_annotations" type="select" multiple="True" display="checkboxes" label="Annotations to exclude" help="-XA,--excludeAnnotation &lt;excludeAnnotation&gt;" > <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs --> <options from_data_table="gatk2_annotations"> - <filter type="multiple_splitter" column="tools_valid_for" separator=","/> - <filter type="static_value" value="HaplotypeCaller" column="tools_valid_for"/> + <filter type="multiple_splitter" column="3" separator=","/> + <filter type="static_value" value="HaplotypeCaller" column="3"/> </options> </param>