changeset 53:c24ca7fed70c draft

Uploaded
author greg
date Fri, 10 Feb 2017 10:22:18 -0500
parents ebc846754dcb
children 77c1b345bc95
files phylogenomics_analysis.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/phylogenomics_analysis.xml	Fri Feb 10 09:28:28 2017 -0500
+++ b/phylogenomics_analysis.xml	Fri Feb 10 10:22:18 2017 -0500
@@ -122,6 +122,7 @@
                     #end if
                 #end if
             #end if
+            >/dev/null
 
             && echo "Sequence alignments and corresponding phylogenies"
             #if str($input_format) == 'ptortho':
@@ -149,8 +150,8 @@
     <inputs>
         <conditional name="input_format_cond">
             <param name="input_format" type="select" label="Select type of data to sub sample">
-                <option value="ptortho">Gene family clusters</option>
-                <option value="ptorthocs">Gene family clusters and corresponding coding sequences</option>
+                <option value="ptortho">Precomputed orthologous gene family clusters</option>
+                <option value="ptorthocs">Precomputed orthologous gene family clusters with corresponding coding sequences</option>
             </param>
             <when value="ptortho">
                 <param name="input_ptortho" format="ptortho" type="data" label="Precomputed orthologous gene family clusters" />
@@ -291,7 +292,7 @@
         <data name="output_aln" format="txt" label="Multiple alignments using method ${options_type['multiple_sequence_alignments_cond']['multiple_sequence_alignments_option_cond']['multiple_sequence_alignments_option']} on ${on_string}">
             <filter>options_type['options_type_selector'] == 'advanced' and options_type['multiple_sequence_alignments_cond']['multiple_sequence_alignments'] == 'yes'</filter>
         </data>
-        <data name="output_tree" format="ptpt" label="Phylogenetic trees on ${on_string}">
+        <data name="output_tree" format="pttree" label="Phylogenetic trees on ${on_string}">
             <filter>options_type['options_type_selector'] == 'advanced' and options_type['phylogenetic_trees_cond']['phylogenetic_trees'] == 'yes'</filter>
         </data>
     </outputs>