-
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
add MSstatsTMT and update MSstats #158
Conversation
|
@daichengxin MSstats is failing with DIANN |
ok. I am testing locally. |
I think is because in the last tests we have included only two files in the DIANN with no multiple conditions. But this is only a guess. |
Yes. you are right. I use two conditions locally to test. Need to update the test data |
The test passed. Need to upload the latest dia test data to nfcore, then recover test_dia config. https://raw.githubusercontent.com/daichengxin/quantms/dev/assets/PXD026600.sdrf.tsv |
Why are you not using the newest version with argument parsing? Because of the additional dependency? |
Yes. |
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Can we maybe have the logging changes separate? I don't think this is ready for release. |
E.g. it needs a lot of testing, the testdata needs to be on nf-core, I think it is better to only have one MSstats step/script (we need to check whether there are more parameters that we can combine). |
So do we need to remove the logging changes in this PR? |
No but create a PR with just the logging changes. |
Use |
Can I merge this PR @jpfeuffer ? |
No, see my comments |
We need two different PRs? Why we can combine both changes here if they are correct. |
because then we have to wait until everything else is correct. MSstats is not a priority. A working pipeline is. |
But @daichengxin changed the MSstats as requested, then both things are OK now. |
We need more param combinations to be tested. Plus the rest of the comment. |
We need two things here:
Can we, merge this PR and do another one replacing the SDRF and loading into NF-core and add an issue in the future for more testing? I just want to be able to contribute now. |
You can contribute to this PR. I just want to merge into master soon, and do not want to have half-ready PRs in there. |
I got the changes that needs to be done. But I'm afraid I won't be able to do it soon because I'm not very familiar with the mechanics of CI. |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).