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

Results sometimes include duplicate rules differing only in the order of atoms #69

Open
kliegr opened this issue Sep 21, 2021 · 0 comments

Comments

@kliegr
Copy link

kliegr commented Sep 21, 2021

The task attached contains, for example, the following results:

( ?b <molecularly_interacts_with> <P12821> ) ^ ( ?b <molecularly_interacts_with> ?a ) ^ ( ?a <interacts_with> <O60500> ) ⇒ ( ?a <interacts_with> <Q9BYF1> )Confidence: 1, BodySize: 7, HeadCoverage: 5.981789893389977e-7, Support: 7, HeadSize: 11702183

( ?b <molecularly_interacts_with> <P12821> ) ^ ( ?b <molecularly_interacts_with> ?a ) ^ ( <O60500> <interacts_with> ?a ) ⇒ ( ?a <interacts_with> <Q9BYF1> )Confidence: 1, BodySize: 7, HeadCoverage: 5.981789893389977e-7, Support: 7, HeadSize: 11702183

task.json.zip

The orderless option was disabled. The same result was obtained if it was enabled.

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

No branches or pull requests

1 participant