Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon authored Sep 19, 2024
1 parent bae42aa commit 3a29a72
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ annotations that can be converted to mouse via orthology, and the mouse annotati
make run
```

`make all` will download the necessary upstream files like the Human & Human Isoform annotations, the Rat annotations,
the MGI GPI file, the Alliance orthology file, the Mouse Xref file and the Gene Ontology in JSON format. It will then
run the orthology annotation conversion step for each species, finally combining the resulting GAFs with the Protein2GO
# gopreprocess

This repo holds parsing and GAF generation code for generating automatic annotations based on orthology, or based on
upstream products from Protein2GO.

The Makefile helps coordinate the process for a single species, but each step can be run independently.

For example, running this preprocessing pipeline for MGI to create a single GAF 2.2 file that represents
all the automated annotations that the GO Consortium will consume for mouse (this includes the human and rat
annotations that can be converted to mouse via orthology, and the mouse annotations created by Protein2GO):

```bash
make run
```

`make all` will download the necessary upstream files like the Human & Human Isoform annotations, the Rat annotations,
the MGI GPI file, the Alliance orthology file, the Mouse Xref file and the Gene Ontology in JSON format. It will then
run the orthology annotation conversion step for each species, finally combining the resulting GAFs with the Protein2GO
Expand Down

0 comments on commit 3a29a72

Please sign in to comment.