Mercurial > repos > iuc > bcftools_filter
comparison bcftools_filter.xml @ 2:6981feb1d742 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 44bebb8a97d64015cbba59f0663e2541035112b6
author | iuc |
---|---|
date | Mon, 03 Oct 2016 12:18:40 -0400 |
parents | 061729be105d |
children | f06ccd8eb3f6 |
comparison
equal
deleted
inserted
replaced
1:108d9789efbc | 2:6981feb1d742 |
---|---|
71 <param name="soft_filter" type="text" value="" label="Soft Filter" optional="true"> | 71 <param name="soft_filter" type="text" value="" label="Soft Filter" optional="true"> |
72 <help><![CDATA[ (-s) | 72 <help><![CDATA[ (-s) |
73 Annotate FILTER column with STRING or, with +, a unique filter name generated by the program ("Filter%d"). | 73 Annotate FILTER column with STRING or, with +, a unique filter name generated by the program ("Filter%d"). |
74 ]]></help> | 74 ]]></help> |
75 </param> | 75 </param> |
76 <param name="select_set_GTs" type="select" ladel="Set genotypes of failed samples" optional="true" help="(-S)"> | 76 <param name="select_set_GTs" type="select" label="Set genotypes of failed samples" optional="true" help="(-S)"> |
77 <option value=".">to missing (.)</option> | 77 <option value=".">to missing (.)</option> |
78 <option value="0">to REF (0)</option> | 78 <option value="0">to REF (0)</option> |
79 </param> | 79 </param> |
80 </section> | 80 </section> |
81 <expand macro="macro_select_output_type" /> | 81 <expand macro="macro_select_output_type" /> |