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

No results when using international release of SNOMED CT #18

Closed
waydes opened this issue Nov 5, 2018 · 1 comment
Closed

No results when using international release of SNOMED CT #18

waydes opened this issue Nov 5, 2018 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@waydes
Copy link

waydes commented Nov 5, 2018

I am attempting to understand the reasoner and following the documentation and running the reasoner with the following command:
java -Xmx3800m -Xms3800m -XX:+UseParallelGC -XX:ParallelGCThreads=2 -jar snomed-owl-toolkit-2.0.1-executable.jar -classify -rf2-snapshot-archives SnomedCT_InternationalRF2_PRODUCTION_20180731T120000Z.zip

I modified the international release file, so it only contains the snapshot folder. The reasoner seems to run without error but the resulting zip file contains the two files with only a header and no results. I expected the reasoner would used the stated relationship file in the release to create the inferred relations in the resulting zip file. I am attaching a log file of the output in the terminal and the zip file created.

I am using Ubuntu 18.04 and java version:
java version "1.8.0_74"
Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)

I am stumped as to why I can not get the expected results. Any comments are appreciated.

classification-results-2018-11-04_20-30-28.zip
logfile.txt

@waydes waydes changed the title No results when using internation release of SNOMED CT No results when using international release of SNOMED CT Nov 5, 2018
@kaicode kaicode self-assigned this Nov 6, 2018
@kaicode kaicode added the question Further information is requested label Nov 6, 2018
@kaicode
Copy link
Member

kaicode commented Nov 6, 2018

Hi @waydes,

There is no need to remove the delta and full files from the international release archive. The toolkit will select the snapshot entries from any archives given in the snapshot parameter.

Your log file looks good. Things worked as they should during that run.

The results files contain no rows of data because the stated relationship snapshot has been used to classify snomed then the inferred relationship snapshot has been used to diff against this. When no new inferences and no redundant relationships are found the output relationship delta will be empty. When no equivalent concepts are found the output equivalent concept reference set will also be empty.

If you want to see some results in the output you could provide an archive with some new concepts or relationships using the -rf2-authoring-delta-archive parameter. Alternatively you could modify the snapshot entries within the international archive and add or remove some relationships or OWL axioms.

I hope that helps!
Kind regards,
Kai

@kaicode kaicode closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants