-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d8408e7
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# GOSlimmer | ||
|
||
<b>GOSlimmer is a tool for converting a set of annotations from GO to a given GO slim.</b> | ||
|
||
<b>It requires as input:</b> | ||
|
||
1) A full Gene Ontology file in either OBO or OWL | ||
|
||
2) A slim Gene Ontology file in either OBO or OWL (any GOSlim version) | ||
|
||
3) An Annotation file, which can be in GAF format (from the Gene Ontology website), | ||
BLAST2GO format, or in tabular format (with gene ids in the first column and GO term ids in the second one) | ||
|
||
<b>It produces as output:</b> | ||
|
||
1) A tabular Slim Annotation file listing all non-redundant GO Slim annotations of gene products in the original Annotation file | ||
|
||
<b>The JAR and XML files are setup for the Galaxy platform</b> (https://usegalaxy.org/) |