changeset 25:98d8bd5e9058 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit 876fbf06fbe477a12faf070b89e9a56137cd01d7-dirty"
author dfornika
date Mon, 13 Jan 2020 21:11:00 +0000
parents ea14ef930fc5
children
files tetyper.xml
diffstat 1 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tetyper.xml	Fri Jan 10 18:52:22 2020 +0000
+++ b/tetyper.xml	Mon Jan 13 21:11:00 2020 +0000
@@ -55,35 +55,41 @@
             </when>
         </conditional>
         <conditional name="snp_profiles_source">
-            <param name="snp_profiles_source_selector" type="select" label="Select a SNP profile from your history or use one from a tool data table?">
+            <param name="snp_profiles_source_selector" type="select" optional="true"
+                   label="Select a SNP profile from your history or use one from a tool data table?">
                 <option value="tool_data_table">From tool data table</option>
                 <option value="history" selected="true">From history</option>
             </param>
             <when value="tool_data_table">
-                <param name="snp_profiles" type="select" format="tabular" optional="true">
+                <param name="snp_profiles" type="select" format="tabular" label="SNP Profile">
                     <options from_data_table="tetyper_snp_profiles">
                         <validator type="no_options" message="No TETyper SNP profiles are available" />
                     </options>
                 </param>
             </when>
             <when value="history">
-                <param name="snp_profiles" type="data" format="tabular" label="SNP Profile" help="A three-column tabular file with SNP profile definitions" optional="true"/>
+                <param name="snp_profiles" type="data" format="tabular" label="SNP Profile"
+                       help="A three-column tabular file with SNP profile definitions"/>
             </when>
         </conditional>
         <conditional name="struct_profiles_source">
-            <param name="struct_profiles_source_selector" type="select" label="Select a structural variant profile from your history or use one from a tool data table?">
+            <param name="struct_profiles_source_selector" type="select" optional="true"
+                   label="Select a structural variant profile from your history or use one from a tool data table?">
                 <option value="tool_data_table">From tool data table</option>
                 <option value="history" selected="true">From history</option>
             </param>
             <when value="tool_data_table">
-                <param name="struct_profiles" type="select" format="tabular" optional="true">
+                <param name="struct_profiles" type="select" format="tabular"
+                       label="Structural Variant Profile">
                     <options from_data_table="tetyper_struct_profiles">
                         <validator type="no_options" message="No TETyper structural variant profiles are available" />
                     </options>
                 </param>
             </when>
             <when value="history">
-                <param name="struct_profiles" type="data" format="tabular" label="Structural Variant Profile" help="A two-column tabular file with structural variant profile definitions" optional="true"/>
+                <param name="struct_profiles" type="data" format="tabular"
+                       label="Structural Variant Profile"
+                       help="A two-column tabular file with structural variant profile definitions"/>
             </when>
         </conditional>
         <param name="reference" type="data" format="fasta" label="Transposable Element Reference"/>