-
Notifications
You must be signed in to change notification settings - Fork 35
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
Include newest DIA-NN version (1.9.2) #439
Comments
Thanks, @lcynwoods currently, we can't distribute the diann 1.9.2 docker or singularity. We are trying to figure it out what will be the best way to include it. Meaning, that we will need to provide not only the version by also the path to the singularity or docker container. In addition, 1.9.2 will not be able to be tested in the CI/CD because we can not make public a docker or singularity container. We will try to look for a solution and go back to you. |
Thanks a lot! |
We can support the 1.9.beta.1 and 1.9.2 differently than we are doing now. Instead of providing us with the container docker or singularity. In these cases, the user has to give the image for the workflow to run. It could be as a parameter or in a config file. What do you think, have you seen this before in nf-core? |
Yes. Config file only please. Then the config will just be withLabel "DIANN" { |
Fantastic. Got it, similar to this PR: https://github.com/bigbio/quantms/pulls for OpenMS nightly updates. |
I would suggest so, yes! |
I will use this issue to trace some of the issues realted with movement to 1.9.2 DIANN. The current method:
When running diann 1.9.2 the library file is not available. Error:
I check all the files in that folder and it looks like the output now is different:
Is the output of diann |
Description of feature
Apologies if I'm directing my query to the wrong place, but I was wondering whether there is any plan to allow the newest version of DIA-NN (1.9.2) in the DIA pipeline as I understand currently 1.8.1 and the beta of 1.9.1 are available:
diann_version = '1.8.1' // Possible versions are '1.8.1', '1.9.beta.1'
I know 1.9.2 came out quite recently, so I don't mean to push :)
I think QuantMS could save us an awful lot of work, so thanks a lot!
The text was updated successfully, but these errors were encountered: