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

openms_msfraggeradapter error #740

Open
cat-bro opened this issue Feb 9, 2024 · 1 comment
Open

openms_msfraggeradapter error #740

cat-bro opened this issue Feb 9, 2024 · 1 comment

Comments

@cat-bro
Copy link
Contributor

cat-bro commented Feb 9, 2024

ping @bernt-matthias

A Galaxy Australia user sent a report of MS Fragger Adapter failing with this stdout

Input file '/home/berntm/Downloads/MSFragger-20171106/MSFragger-20171106.jar' could not be found (by searching on PATH). Either provide a full filepath or fix your PATH environment! Since this file is not strictly required, you might also pass the empty string "" as argument to prevent it's usage (this might limit the usability of the tool).
Error: File not found (the file '/home/berntm/Downloads/MSFragger-20171106/MSFragger-20171106.jar' could not be found)

This looks like a bug but maybe it isn't - is this a path that would exist within a container?

@bernt-matthias
Copy link
Collaborator

Jep, bug. Its hardcoded here:

<configfile name="hardcoded_json"><![CDATA[{"java_executable": "java", "executable": "/home/berntm/Downloads/MSFragger-20171106/MSFragger-20171106.jar", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>

If one wants to use it the best idea would be yo change this to the tool directory and put the jar there.

Better solution is coming in here: bioconda/bioconda-recipes#45127

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