Skip to content

Commit

Permalink
Update transmembrane_transport.yaml-disabled (#29274)
Browse files Browse the repository at this point in the history
* 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
pgaudet and balhoff authored Dec 10, 2024
1 parent af2147d commit f433be5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 43 deletions.
31 changes: 31 additions & 0 deletions src/design_patterns/transmembrane_transport.yaml
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
43 changes: 0 additions & 43 deletions src/design_patterns/transmembrane_transport.yaml-disabled

This file was deleted.

0 comments on commit f433be5

Please sign in to comment.