Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: adding has-parts to denitrification pathway #27222

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/ontology/go-edit.obo
Original file line number Diff line number Diff line change
Expand Up @@ -141617,8 +141617,13 @@ id: GO:0019333
name: denitrification pathway
namespace: biological_process
def: "The reduction of nitrate to dinitrogen by four reactions; each intermediate is transformed to the next lower oxidation state; also part of cellular bioenergetics; the nitrogen compounds can serve as terminal acceptors for electron transport phosphorylation in place of oxygen." [MetaCyc:DENITRIFICATION-PWY]
xref: kegg.module:M00529
xref: MetaCyc:DENITRIFICATION-PWY
is_a: GO:0071941 ! nitrogen cycle metabolic process
relationship: GO:0071941 ! nitrogen cycle metabolic process
relationship: starts_with GO:0008940 {step="1"} ! nitrate reductase activity
relationship: ends_with GO:0050304 {step="4"} ! nitrous-oxide reductase activity
relationship: has_part GO:0050421 {step="2"} ! nitrite reductase (NO-forming) activity
relationship: has_part GO:0016966 {step="3"} ! nitric oxide reductase activity

[Term]
id: GO:0019334
Expand Down
Loading