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

unable to access jarfile pilon-1.24.jar #161

Open
tbazilegith opened this issue Aug 23, 2023 · 2 comments
Open

unable to access jarfile pilon-1.24.jar #161

tbazilegith opened this issue Aug 23, 2023 · 2 comments

Comments

@tbazilegith
Copy link

I pulled the container from docker hub.
I my nextflow.config I have this:
container = 'staphb/pilon'

I ran pilon :
java -Xmx16G -jar "pilon-1.24.jar"
pilon --genome ...
But I got this error
nable to access jarfile pilon-1.24.jar
Any thought? (seems to be a path probem)

Thanks,
TJ

@tbazilegith
Copy link
Author

the error message is
unable to access jarfile pilon-1.24.jar

@tbazilegith
Copy link
Author

Got it with
java -jar -Xmx16G /pilon/pilon.jar --genome ...
Thanks

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