diff queue_genotype_workflow.xml @ 6:b7212fe2d597 draft

Uploaded
author greg
date Mon, 02 Dec 2019 09:17:50 -0500
parents 934acc64b30c
children fd38595afbf3
line wrap: on
line diff
--- a/queue_genotype_workflow.xml	Tue Nov 26 08:46:09 2019 -0500
+++ b/queue_genotype_workflow.xml	Mon Dec 02 09:17:50 2019 -0500
@@ -16,6 +16,9 @@
 --sample_attributes '$sample_attributes'
 --snp-posteriors '$snp_posteriors'
 --summary '$summary'
+#if str($output_nj_phylogeny_tree) == "yes":
+    --output_nj_phylogeny_tree '$output_nj_phylogeny_tree'
+#end if
 --output '$output']]></command>
     <configfiles>
         <configfile name="get_user_api_key"><![CDATA[#from galaxy.managers import api_keys#${api_keys.ApiKeyManager( $__app__ ).get_or_create_api_key($__user__)} ]]></configfile>
@@ -40,6 +43,10 @@
                 <validator type="no_options" message="No cached Fasta genome references are available for the build associated with the selected probeset annotation file." />
             </options>
         </param>
+        <param name="output_nj_phylogeny_tree" type="select" display="radio" label="Plot neighbor-joining phylogeny tree in Corals Multilocus Genotype outputs?" help="This may significantly extend the tool execution time">
+            <option value="yes">Yes</option>
+            <option value="no" selected="true">No</option>
+        </param>
     </inputs>
     <outputs>
         <data name="output" label="${tool.name} execution log" format="txt" />