# HG changeset patch # User iuc # Date 1563961046 14400 # Node ID de3e053bd6a56a533f31401d4d7b59e927e453a5 # Parent 294de027cb5d295a02623b0d5d3f09ed4edbb0f7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd diff -r 294de027cb5d -r de3e053bd6a5 goslimmer.xml --- a/goslimmer.xml Fri Jan 11 06:18:00 2019 -0500 +++ b/goslimmer.xml Wed Jul 24 05:37:26 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 294de027cb5d -r de3e053bd6a5 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jul 24 05:37:26 2019 -0400 @@ -0,0 +1,4 @@ + + http://geneontology.org/docs/download-go-annotations + http://geneontology.org/docs/download-ontology +