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

Ontologizer Dependencies #3

Closed
stuppie opened this issue Sep 27, 2018 · 2 comments
Closed

Ontologizer Dependencies #3

stuppie opened this issue Sep 27, 2018 · 2 comments

Comments

@stuppie
Copy link

stuppie commented Sep 27, 2018

Hello, if you could assist me with getting your project to build it would be greatly appreciated. I'm having trouble locating the correct ontologizer dependencies. I see the ontologizerlib repo, but it does not contain many things that this project is looking for, for example ontologizer.association.AssociationParser, ontologizer.go.OBOParser, and I can't figure out where they are. Could you point me to them? Thanks

@stuppie
Copy link
Author

stuppie commented Sep 27, 2018

Ok, I managed to find this repo: https://github.com/phenotips/ontologizer
Its still missing ontologizer.association.AssociationParser.Type however..
And many methods are inconsistent. It has oboParser.getFormatVersion() but is missing oboParser.getDataVersion(), for example.

@drseb
Copy link
Owner

drseb commented Sep 28, 2018

add this to your pom may work:

<!-- <dependency> -->
		<!-- <groupId>ontologizer</groupId> -->
		<!-- <artifactId>ontologizer</artifactId> -->
		<!-- <version>0.0.3-SNAPSHOT</version> -->
		<!-- </dependency> -->

and


<repositories>
		<repository>
			<id>compbio</id>
			<url>https://compbio.charite.de/tl_files/maven</url>
		</repository>
	</repositories>

the code of this ontologizer-fork is here: https://github.com/drseb/ontologizer

@drseb drseb closed this as completed Sep 28, 2018
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

2 participants