-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update transmembrane_transport.yaml-disabled (#29274)
* Update transmembrane_transport.yaml-disabled For #26260 * Clean up transmembrane transport pattern. * Rename pattern file. --------- Co-authored-by: Jim Balhoff <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
43 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,31 @@ | ||
pattern_name: transmembrane transport | ||
|
||
pattern_iri: http://purl.obolibrary.org/obo/go/patterns/transmembrane_transport.yaml | ||
|
||
description: This pattern is for representing transmembrane transport, differentiated by the type of cargo. | ||
|
||
classes: | ||
transmembrane transport: 'GO:0055085' | ||
chemical entity: 'CHEBI:24431' | ||
|
||
relations: | ||
has primary input: 'RO:0004009' | ||
|
||
vars: | ||
cargo: "'chemical entity'" | ||
|
||
name: | ||
text: "%s transmembrane transport" | ||
vars: | ||
- 'cargo' | ||
|
||
def: | ||
text: "The process in which a %s is transported across a membrane." | ||
vars: | ||
- 'cargo' | ||
|
||
namespace: | ||
text: 'biological_process' | ||
|
||
equivalentTo: | ||
text: "'transmembrane transport' and 'has primary input' some %s |
This file was deleted.
Oops, something went wrong.