# HG changeset patch
# User greg
# Date 1494440959 14400
# Node ID 90a2e4ed51327e5f21f7d3476304302002186e01
# Parent a9d8e2ee41f69917c210bcf6d5120cfbf9499d9b
Uploaded
diff -r a9d8e2ee41f6 -r 90a2e4ed5132 gene_family_phylogeny_builder.xml
--- a/gene_family_phylogeny_builder.xml Fri May 05 10:31:06 2017 -0400
+++ b/gene_family_phylogeny_builder.xml Wed May 10 14:29:19 2017 -0400
@@ -54,12 +54,14 @@
## configuration will be used if the --rooting_order flag is missing.
#end if
--bootstrap_replicates $bootstrap_replicates
+ --output_phylip '$output_phylip'
+ --output_phylip_dir '$output_phylip.files_path'
#end if
--min_orthogroup_size $min_orthogroup_size
--max_orthogroup_size $max_orthogroup_size
--num_threads \${GALAXY_SLOTS:-4}
- --output '$output_pttree'
- --output_dir '$output_pttree.files_path'
+ --output_tree '$output_tree'
+ --output_tree_dir '$output_tree.files_path'
]]>
@@ -132,7 +134,10 @@
-
+
+ tree_inference_cond['tree_inference'] == 'raxml'
+
+