-
Notifications
You must be signed in to change notification settings - Fork 3
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
[WIP] Add parameters and threshold for metfrag #4
[WIP] Add parameters and threshold for metfrag #4
Conversation
Hi @jsaintvanne, I am running this pull request locally but I am getting an error JobOutputsError: History item different than expected, difference (using diff): I think with the default settings using the example MSP file with give no results rows in the output. Did the unit-tests pass locally when you tested? I think the travis failing though is an unrelated error |
Ho I have just answer it on the issue ! The only one problem I have locally is only this empty file because of the format of msp file... |
OK, in the future we need to update so that it can handle both "standard" MSP and the massbank format. For now, just update the MSP format to fit with the script and make sure the test works locally and push. |
This issue / request is somewhat related - msp files with space separated columns. |
I think the travis failing is unrelated though (at least for the failures observed at the moment). Just requires updating the yaml file to the following Previously it was hard coded to an older version of planemo and galaxy |
Yes I'm updating the input.msp with actual create_msp output (not the one where you choose massbank or standard but the previous one). And I will push it ! |
Made a new PR on the new branch with old 2 PR ! I close this one |
Hi,
Here are some additions for metfrag. I added some parameters that metfrag can take in its command line and also two thresholds that we can have after metfrag process.
It can allow users to select some parameters and generate less than millions of results !
Be free to say if that is a good idea to have this or not and if some things can be add.
Thanks