# HG changeset patch
# User greg
# Date 1496931206 14400
# Node ID d818f553ce5add8ec5d994b2050d34e3e36e1438
# Parent b07dca8c7bfd5106845f091ae2667f8d6d118c4a
Uploaded
diff -r b07dca8c7bfd -r d818f553ce5a gene_family_phylogeny_builder.xml
--- a/gene_family_phylogeny_builder.xml Tue Jun 06 08:52:08 2017 -0400
+++ b/gene_family_phylogeny_builder.xml Thu Jun 08 10:13:26 2017 -0400
@@ -4,69 +4,67 @@
macros.xml
-
-
-
+python $__tool_directory__/gene_family_phylogeny_builder.py
+#if str($input_format) == 'ptalign':
+ --orthogroup_aln '$input_format_cond.input_ptalign.extra_files_path'
+ --alignment_type 'aln'
+ --sequence_type 'protein'
+#else if str($input_format) == 'ptalignca':
+ --orthogroup_aln '$input_format_cond.input_ptalignca.extra_files_path'
+ --alignment_type 'aln'
+ --sequence_type $input_format_cond.sequence_type
+#else if str($input_format) == 'ptalignfiltered':
+ --orthogroup_aln '$input_format_cond.input_ptalignfiltered.extra_files_path'
+ --alignment_type 'filter'
+ --sequence_type 'protein'
+#else if str($input_format) == 'ptalignfilteredca':
+ --orthogroup_aln '$input_format_cond.input_ptalignfilteredca.extra_files_path'
+ --alignment_type 'filter'
+ --sequence_type $input_format_cond.sequence_type
+#else if str($input_format) == 'ptaligntrimmed':
+ --orthogroup_aln '$input_format_cond.input_ptaligntrimmed.extra_files_path'
+ --alignment_type 'trim'
+ --sequence_type 'protein'
+#else if str($input_format) == 'ptaligntrimmedca':
+ --orthogroup_aln '$input_format_cond.input_ptaligntrimmedca.extra_files_path'
+ --alignment_type 'trim'
+ --sequence_type $input_format_cond.sequence_type
+#end if
+--scaffold '$scaffold.fields.path'
+--config_dir '$scaffold.fields.path'
+--method $method
+--tree_inference $tree_inference
+#if str($tree_inference) == 'raxml':
+ #if str($rooting_order_file) == 'yes':
+ --rooting_order '$rooting_order'
+ ## No else block needed here because the default rooting_order
+ ## 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}
+#set output_pttree_dir = $output_pttree_dir_cond.output_pttree_dir
+#if str($output_pttree_dir) == 'yes':
+ --output_tree '$output_tree'
+ --output_tree_dir '$output_tree.files_path'
+#end if
+ ]]>
@@ -156,8 +154,10 @@
+
This tool is one of the PlantTribes collection of automated modular analysis pipelines for comparative and evolutionary
diff -r b07dca8c7bfd -r d818f553ce5a macros.xml
--- a/macros.xml Tue Jun 06 08:52:08 2017 -0400
+++ b/macros.xml Thu Jun 08 10:13:26 2017 -0400
@@ -1,29 +1,29 @@
- 0.8
+ 1.0
- plant_tribes_assembly_post_processor
+ plant_tribes_assembly_post_processor
- plant_tribes_gene_family_aligner
+ plant_tribes_gene_family_aligner
- plant_tribes_gene_family_classifier
+ plant_tribes_gene_family_classifier
- plant_tribes_gene_family_integrator
+ plant_tribes_gene_family_integrator
- plant_tribes_kaks_analysis
+ plant_tribes_kaks_analysis
@@ -33,7 +33,7 @@
- plant_tribes_gene_family_phylogeny_builder
+ plant_tribes_gene_family_phylogeny_builder