# HG changeset patch # User iuc # Date 1563961032 14400 # Node ID 2c7c9646ccf00b6415972190c5e76ce940f5fa38 # Parent 5ace5c7d1a86707cdd4b4c5fc5cb4580ea567d89 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd diff -r 5ace5c7d1a86 -r 2c7c9646ccf0 goenrichment.xml --- a/goenrichment.xml Fri Jan 18 11:13:00 2019 -0500 +++ b/goenrichment.xml Wed Jul 24 05:37:12 2019 -0400 @@ -1,5 +1,8 @@ performs GO enrichment analysis of a set of gene products + + macros.xml + goenrichment @@ -24,7 +27,7 @@ --cc_graph '${cc_graph}' - + @@ -101,8 +104,8 @@ GOEnrichment requires: -- A Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/download-ontology). -- A tabular annotation file in GAF (http://geneontology.org/page/download-annotations) format, BLAST2GO format, or a simple two-column table (e.g. from BioMart) with gene product ids in the first column and GO terms in the second one. +- A Gene Ontology file in either OBO or OWL format (see @ONTOLOGY_URL@). +- A tabular annotation file in GAF (@ANNOTATION_URL@) format, BLAST2GO format, or a simple two-column table (e.g. from BioMart) with gene product ids in the first column and GO terms in the second one. - A list of gene products comprising the study set (a flat text file with one gene product per line). - Optionally, a list of gene products comprising the population set (if none is submitted, the population set will be the set of gene products listed in the annotation file). diff -r 5ace5c7d1a86 -r 2c7c9646ccf0 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jul 24 05:37:12 2019 -0400 @@ -0,0 +1,4 @@ + + http://geneontology.org/docs/download-go-annotations + http://geneontology.org/docs/download-ontology +