Skip to content

Commit 8488c62

Browse files
committed
Move run.sh to ODK and fix critical emapa-edit.obo error
1 parent 4ee1d96 commit 8488c62

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ontology/emapa-edit.obo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48700,7 +48700,7 @@ relationship: starts_at TS:21 ! TS21
4870048700
id: EMAPA:35616
4870148701
name: olfactory tubercle
4870248702
namespace: anatomical_structure
48703-
synonym: "olfactory tuberculum" EXACT" []
48703+
synonym: "olfactory tuberculum" EXACT []
4870448704
relationship: ends_at TS:28 ! TS28
4870548705
relationship: part_of EMAPA:17779 ! olfactory cortex
4870648706
relationship: starts_at TS:22 ! TS22
@@ -71231,7 +71231,7 @@ relationship: starts_at TS:28 ! TS28
7123171231
id: EMAPA:38327
7123271232
name: triangular septal nucleus
7123371233
namespace: anatomical_structure
71234-
synonym: "triangular nucleus of septum" EXACT" []
71234+
synonym: "triangular nucleus of septum" EXACT []
7123571235
is_a: EMAPA:35763 ! septal nucleus
7123671236
relationship: ends_at TS:28 ! TS28
7123771237
relationship: part_of EMAPA:38193 ! subpallium

src/ontology/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# we therefore map the whole repo (../..) to a docker volume.
1010
#
1111
# See README-editors.md for more details.
12-
docker run -v $PWD/../../:/work -w /work/src/ontology --rm -ti obolibrary/osklite "$@"
12+
docker run -v $PWD/../../:/work -w /work/src/ontology --rm -ti obolibrary/odklite "$@"

0 commit comments

Comments
 (0)