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

Issues using docker image #18

Closed
AldanaJ opened this issue Dec 13, 2020 · 2 comments
Closed

Issues using docker image #18

AldanaJ opened this issue Dec 13, 2020 · 2 comments

Comments

@AldanaJ
Copy link

AldanaJ commented Dec 13, 2020

Hello,

First, I would like to thank you for all the effort in building this package. I consider it integrates non-vendor metabolomics software in a sophisticated way.
I am using the latest Docker image of patRoon and its dependencies. I have experienced the following issues:

  1. When running genform

image

  1. When generating reportHTML() I got the following error and the final report never opens in the browser.

image

Thanks again

@AldanaJ AldanaJ changed the title Issues using docke image Issues using docker image Dec 13, 2020
@rickhelmus
Copy link
Owner

Hello,

Thanks for the bug reports!

The first bug should be fixed now. It will take some time to let the Docker image rebuild (~1-2 hours from now).

The second issue is more involving. This seems to be related that Java (used by rcdk, which in turn is used to plot structures) assumes there is a graphical environment, but there is not. I created an issue (rocker-org/rocker-versioned#249) to see what can be done. For now you can use an ugly work-around by executing the following before plotting any structures:

rJava::.jinit(); 
rJava::J("java.lang.System")$setProperty("java.awt.headless","true")

You may need to restart your R session before attempting this.

@rickhelmus
Copy link
Owner

The second issue should be resolved as well. Again, you may need to wait a bit for the Docker images to finish. Note that I also just released version 1.2, which marks some important changes related to suspect screening (see NEWS.md).

Feel free to re-open if you still find any issues!

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