Skip to content

Commit

Permalink
Merge pull request #2034 from geneontology/pgaudet-patch-85
Browse files Browse the repository at this point in the history
Update gorule-0000020.md
  • Loading branch information
pgaudet authored Jul 13, 2023
2 parents c46e551 + 3ccd5e9 commit 30abbc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions metadata/rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,14 @@ reasoner such as HermiT.
* status: implemented


There should be no annotations to obsolete terms or to an alternate ID. Obsolete terms that have a `replaced_by` tag and
terms annotated to one of their alternative IDs (merged terms; `alt_id` in the .obo files) will automatically be repaired to the valid term id.
There should be no annotations to obsolete terms or to an alternate ID (Column 5 of GAF, Column 4 of GPAD). As well, GO terms present in annotations also should be repaired if possible:
* with/from: Column 8 of GAF, Column 7 of GPAD
* extensions, Column 16 of GAF, Column 11 of GPAD

Obsolete terms that have a `replaced_by` tag and terms annotated to one of their alternative IDs (merged terms; `alt_id` in the .obo files) will automatically be repaired to the valid term id.
If no replacement is found, the annotation will be filtered.

Other GO terms present in annotations (with/from column, etc) also should be repaired if possible.


<a name="gorule0000021"/>

Expand Down
9 changes: 6 additions & 3 deletions metadata/rules/gorule-0000020.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ examples:
input: "FB FBgn0033449 CG1663 GO:1902361 FB:FBrf0202953|GO_REF:0000024 ISS UniProtKB:Q05516 F protein taxon:7227 20171127 FlyBase"
output: "FB FBgn0033449 CG1663 GO:0006850 FB:FBrf0202953|GO_REF:0000024 ISS UniProtKB:Q05516 F protein taxon:7227 20171127 FlyBase"
---
There should be no annotations to obsolete terms or to an alternate ID. Obsolete terms that have a `replaced_by` tag and
terms annotated to one of their alternative IDs (merged terms; `alt_id` in the .obo files) will automatically be repaired to the valid term id.
There should be no annotations to obsolete terms or to an alternate ID (Column 5 of GAF, Column 4 of GPAD). As well, GO terms present in annotations also should be repaired if possible:
* with/from: Column 8 of GAF, Column 7 of GPAD
* extensions, Column 16 of GAF, Column 11 of GPAD

Obsolete terms that have a `replaced_by` tag and terms annotated to one of their alternative IDs (merged terms; `alt_id` in the .obo files) will automatically be repaired to the valid term id.
If no replacement is found, the annotation will be filtered.

Other GO terms present in annotations (with/from column, etc) also should be repaired if possible.

0 comments on commit 30abbc1

Please sign in to comment.