# HG changeset patch # User iuc # Date 1563960990 14400 # Node ID 0a3d181b457aa53caaff81dff361023281f9a625 # Parent 8972d4070567b6d0f6ec01c8d8b4f22091ea7f59 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd diff -r 8972d4070567 -r 0a3d181b457a goslimmer.xml --- a/goslimmer.xml Fri Jan 11 06:16:26 2019 -0500 +++ b/goslimmer.xml Wed Jul 24 05:36:30 2019 -0400 @@ -1,5 +1,8 @@ converts a set of annotation from GO to a given GOSlim version + + macros.xml + goslimmer @@ -10,8 +13,8 @@ --output '${output}' - - + + @@ -32,9 +35,9 @@ It requires: -- A full Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/download-ontology). +- A full Gene Ontology file in either OBO or OWL format (see @ONTOLOGY_URL@). - A slim Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/go-subset-guide). -- 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 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. ----- diff -r 8972d4070567 -r 0a3d181b457a macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jul 24 05:36:30 2019 -0400 @@ -0,0 +1,4 @@ + + http://geneontology.org/docs/download-go-annotations + http://geneontology.org/docs/download-ontology +