-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bryan Bartley
committed
Apr 25, 2022
1 parent
59b9880
commit aa525c4
Showing
7 changed files
with
26 additions
and
2 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 |
---|---|---|
|
@@ -4,3 +4,6 @@ | |
[submodule "tyto/ontologies/sbol-owl"] | ||
path = tyto/ontologies/sbol-owl | ||
url = https://github.com/dissys/sbol-owl.git | ||
[submodule "tyto/ontologies/paml"] | ||
path = tyto/ontologies/paml | ||
url = [email protected]:bioprotocols/paml.git |
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
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
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
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,6 @@ | ||
from .tyto import Ontology, installation_path | ||
|
||
|
||
PAML = Ontology(path=installation_path('ontologies/paml/paml/paml.ttl'), | ||
uri='http://bioprotocols.org/paml#') | ||
|
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,6 @@ | ||
from .tyto import Ontology, installation_path | ||
|
||
|
||
UML = Ontology(path=installation_path('ontologies/paml/uml/uml.ttl'), | ||
uri='http://bioprotocols.org/uml#') | ||
|