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

add build for reacto.owl and go-lego-reacto.owl to stage_release #19288

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

goodb
Copy link
Contributor

@goodb goodb commented Apr 18, 2020

Copy link
Member

@balhoff balhoff left a comment

Choose a reason for hiding this comment

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

I approve, just have one question inline.

wget -O ./reacto-tmp/biopax2go.jar --no-check-certificate https://github.com/geneontology/pathways2GO/releases/download/v0.1.0/biopax2go.jar
wget -O ./reacto-tmp/biopax.zip --no-check-certificate https://reactome.org/download/current/biopax.zip
unzip -o ./reacto-tmp/biopax.zip -d ./reacto-tmp/
java -jar -Xmx8G ./reacto-tmp/biopax2go.jar -b ./reacto-tmp/Homo_sapiens.owl -reacto ./extensions/reacto -lego $(GO_LEGO).owl -chebi ./mirror/chebi.owl
Copy link
Member

Choose a reason for hiding this comment

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

Does -jar need to go just before the specified jar?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It works as is, tested. I usually do it that way. I guess it might also work with the memory allocation argument right after java ?

Copy link
Member

Choose a reason for hiding this comment

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

Interesting, I just always thought that the jar file was an argument to -jar.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it is indeed an argument to -jar. I guess its clever enough to deal with both. I poked around a little and see examples of both patterns all over.

@kltm
Copy link
Member

kltm commented Apr 21, 2020

I think this will be fine. Let's try this out. Worst case, we separate out the target to something separate to handle on the side.

@kltm kltm merged commit eb563e0 into master Apr 21, 2020
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.

3 participants