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

[DO NOT MERGE] CHEBI import #24

Merged
merged 5 commits into from
Dec 14, 2021
Merged

[DO NOT MERGE] CHEBI import #24

merged 5 commits into from
Dec 14, 2021

Conversation

shawntanzk
Copy link
Collaborator

Note: this PR is int base file imports to get CHEBI pulled in and CARO dangling classes removed

-CARO import seems to cause some error so I removed it (I think)
-Currently tried sh run.sh refresh_imports (thought was to get the mirrors first) - ran into error, but noticed the mirrors seem to have been downloaded, so tried sh run.sh make no-mirror-refresh-imports and ran into error with go_import:

make[1]: *** [Makefile:246: imports/go_import.owl] Error 1
make[1]: Leaving directory '/work/src/ontology'
make: *** [Makefile:273: no-mirror-refresh-imports] Error 2

-CARO import seems to cause some error so I removed it
-Currently tried `sh run.sh refresh_imports` (thought was to get the mirrors first) - ran into error, but noticed the mirrors seem to have been downloaded, so tried `sh run.sh make no-mirror-refresh-imports` and ran into error
@shawntanzk shawntanzk self-assigned this Dec 13, 2021
@shawntanzk shawntanzk mentioned this pull request Dec 13, 2021
@shawntanzk
Copy link
Collaborator Author

shawntanzk commented Dec 14, 2021

annotate --ontology-iri http://purl.obolibrary.org/obo/pcl/imports/go_import.owl annotate -V http://purl.obolibrary.org/obo/pcl/releases/2021-12-13/imports/go_import.owl --annotation owl:versionInfo 2021-12-13 --output imports/go_import.owl.tmp.owl && mv imports/go_import.owl.tmp.owl imports/go_import.owl; fi
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Memory issues :( will up the memory in yaml file and try again

@shawntanzk
Copy link
Collaborator Author

of note: I run into Error 18 when trying to make mirror/chebi.owl
with robot_java_args: '-Xmx24G' still facing the same issue

pcl-odk.yml Outdated
robot_java_args: '-Xmx24G'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong file. src/ontology/pcl-odk.yml. Delete this one.

Also: don't forget update_repo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh whoops >.< argh that was stupid of me

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

24 GB is way too much. 8 is lower limit, try 12.

@@ -18,7 +18,10 @@
<dc:contributor>https://orcid.org/0000-0001-7258-9596</dc:contributor>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove from git.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(the file I mean)

@@ -58232,6 +58232,7 @@ http://purl.obolibrary.org/obo/UBERON_8440001
http://purl.obolibrary.org/obo/UBERON_8440002
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove from git

@@ -58234,6 +58234,7 @@ http://purl.obolibrary.org/obo/UBERON_8440003
http://purl.obolibrary.org/obo/pcl.owl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove from git

@shawntanzk
Copy link
Collaborator Author

sh run.sh make no-mirror-refresh-imports ran through without errors - however -edit file still has all the dangling terms -> will merge this into the other PR and try to fix it there

@shawntanzk shawntanzk merged commit ee12bf2 into base-file-imports Dec 14, 2021
@shawntanzk shawntanzk deleted the Chebi-import branch December 14, 2021 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants