# HG changeset patch # User iuc # Date 1754912532 0 # Node ID b6ec80429d5436cd879bbb1de7c508bdc43982da # Parent b3d25fae538911d395f14a484066571bcd1eea5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 3753e5e77bcc883c92e06ae1d5bcb21eab150f35 diff -r b3d25fae5389 -r b6ec80429d54 macros.xml --- a/macros.xml Mon Jan 15 10:18:14 2024 +0000 +++ b/macros.xml Mon Aug 11 11:42:12 2025 +0000 @@ -1,11 +1,52 @@ 2.5.5 - 0 + 1 + 24.0 10.1186/s13059-015-0721-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b3d25fae5389 -r b6ec80429d54 orthofinder_only_groups.xml --- a/orthofinder_only_groups.xml Mon Jan 15 10:18:14 2024 +0000 +++ b/orthofinder_only_groups.xml Mon Aug 11 11:42:12 2025 +0000 @@ -1,4 +1,4 @@ - + finds orthogroups in a set of proteomes macros.xml @@ -116,13 +116,11 @@ - - @@ -145,69 +143,126 @@ + - - + + + - - - - - - + + + trees['run_mode'] == "full" + "phylogenetic_hierarchical_orthogroups" in trees['output_selector'] + + + + + + trees['run_mode'] == "full" + "orthologues" in trees['output_selector'] + + + + trees['run_mode'] == "full" + "orthologues_per_species" in trees['output_selector'] + + + + + "orthogroups" in trees['output_selector'] + + + "orthogroups_legacy" in trees['output_selector'] + + + "orthogroups_unassigned_genes" in trees['output_selector'] + + + + + + trees['run_mode'] == "full" + "gene_trees" in trees['output_selector'] + + + + trees['run_mode'] == "full" + "resolved_gene_trees" in trees['output_selector'] + + + + + trees['run_mode'] == "full" + "species_tree" in trees['output_selector'] + + trees['run_mode'] == "full" + "species_tree_node_labels" in trees['output_selector'] - - - - + + + + trees['run_mode'] == "full" + "duplications_per_orthogroup" in trees['output_selector'] + + + trees['run_mode'] == "full" + "duplications_per_species_tree_node" in trees['output_selector'] + + + "specs_overlap" in trees['output_selector'] + + + trees['run_mode'] == "full" + "orthologuesstats_many_to_many" in trees['output_selector'] + + + trees['run_mode'] == "full" + "orthologuesstats_one_to_many" in trees['output_selector'] + + + trees['run_mode'] == "full" + "orthologuesstats_many_to_one" in trees['output_selector'] + + + trees['run_mode'] == "full" + "orthologuesstats_total" in trees['output_selector'] + + + "stat_overall" in trees['output_selector'] + + + "stat_specs" in trees['output_selector'] + + + + + trees['run_mode'] == "full" + "speciestree_gene_duplication_0.5_support" in trees['output_selector'] + + + trees['run_mode'] == "full" + "duplications" in trees['output_selector'] + - + init['start'] == "fasta" and init['search']['search_program'] == "blast" and init['search']['keepblastout'] - + init['start'] == "fasta" and init['search']['search_program'] == "blast" and init['search']['keepblastout'] - - init['start'] == "fasta" and init['search']['search_program'] == "blast" and init['search']['keepblastout'] - - + init['start'] == "fasta" and init['search']['search_program'] == "blast" and init['search']['keepblastout'] - - - trees['run_mode'] == "full" - - - trees['run_mode'] == "full" + + init['start'] == "fasta" and init['search']['search_program'] == "blast" and init['search']['keepblastout'] - - - trees['run_mode'] == "full" - - - - trees['run_mode'] == "full" and output_duplications - - - trees['run_mode'] == "full" and output_duplications - - - trees['run_mode'] == "full" and output_duplications - - - trees['run_mode'] == "full" and output_duplications - - - - trees['run_mode'] == "full" and output_duplications - @@ -221,6 +276,7 @@ + @@ -279,6 +335,7 @@ + @@ -338,6 +395,7 @@ + @@ -400,6 +458,7 @@ + @@ -484,17 +543,18 @@ + + - - + @@ -504,6 +564,7 @@ + @@ -551,19 +612,22 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -576,9 +640,9 @@ + - @@ -629,21 +693,23 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + @@ -654,11 +720,7 @@ - - - - - + @@ -707,7 +769,7 @@ - + @@ -722,6 +784,7 @@ + @@ -768,18 +831,48 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -792,8 +885,7 @@ OrthoFinder OnlyGroups ====================== -Full readme at https://github.com/davidemms/OrthoFinder/blob/master/README.md -Summary sketch at https://github.com/davidemms/OrthoFinder/blob/master/OrthoFinder-manual.pdf +More information at https://orthofinder.github.io/OrthoFinder/ OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics. It finds orthologues and orthogroups infers gene trees for all orthogroups and infers a rooted species tree for the species being analysed. OrthoFinder also provides comprehensive statistics for comparative genomic analyses. OrthoFinder is simple to use and all you need to run it is a set of protein sequence files (one per species) in FASTA format (Emms, D.M. and Kelly, S., 2015).