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

Tests changed, move them to test-datasets #167

Merged
merged 31 commits into from
May 1, 2022
Merged

Tests changed, move them to test-datasets #167

merged 31 commits into from
May 1, 2022

Conversation

ypriverol
Copy link
Member

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/quantms branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@ypriverol
Copy link
Member Author

Please do not merge yet.

@github-actions
Copy link

github-actions bot commented Apr 29, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 2626e22

+| ✅ 143 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   1 tests had warnings |!

❗ Test warnings:

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.3.2
  • Run at 2022-05-01 17:24:32

Copy link
Collaborator

@jpfeuffer jpfeuffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Can you refactor the contrast parsing logic as well?

@ypriverol
Copy link
Member Author

@jpfeuffer I have reversed the changes because testing here in conda it works but for containers we may need to create a multi-tools container in biocontainers using the Msstats + here, should we go in that route or leave two scripts with repeated code?

conf/test_full.config Outdated Show resolved Hide resolved
bin/msstats_plfq.R Outdated Show resolved Hide resolved
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
@jpfeuffer
Copy link
Collaborator

Last thing, can you refactor msstats_tmt in the same way? E.g. put the functions on the top with a comment?

@ypriverol
Copy link
Member Author

ypriverol commented May 1, 2022

Last thing, can you refactor msstats_tmt in the same way? E.g. put the functions on the top with a comment?

Last commit!!! 😉. I repeated even in the tmt, functions that are not needed, that comes from lfq for easy merge and refactoring in the future.

@ypriverol ypriverol added the enhancement New feature or request label May 1, 2022
@ypriverol
Copy link
Member Author

@jpfeuffer take a look

@jpfeuffer jpfeuffer merged commit 7aaf0e4 into bigbio:dev May 1, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants