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

update all modules for correct registry usage #1032

Merged
merged 19 commits into from
May 24, 2023

Conversation

maxulysse
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/sarek 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).

@maxulysse
Copy link
Member Author

  • check out local modules

@maxulysse
Copy link
Member Author

@adamrtalbot how can you approve with so many stuff left to do here

@adamrtalbot adamrtalbot self-requested a review May 23, 2023 10:35
@adamrtalbot
Copy link
Contributor

@adamrtalbot how can you approve with so many stuff left to do here

Ah sorry I just reviewed the code that was there.

@github-actions
Copy link

github-actions bot commented May 23, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit bdae311

+| ✅ 153 tests passed       |+
#| ❔   9 tests were ignored |#

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-05-24 15:34:17

@@ -17,7 +17,7 @@ process {

withName: 'FASTP' {
ext.args = [ "",
params.trim_fastq ?: "--disable_adapter_trimming",
!params.trim_fastq ? "--disable_adapter_trimming" : "", // Disable adapter trimming
Copy link
Contributor

Choose a reason for hiding this comment

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

this shortly broke my brain :D

Copy link
Member Author

Choose a reason for hiding this comment

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

I did it this way to have all "" properly aligned.
because of the elvis operator ?: we were actually displaying true in the args...

@maxulysse
Copy link
Member Author

I'm merging with the fallen tests for concatenate_vcfs singularity, and will investigate that in a separate PR

@maxulysse maxulysse merged commit 3bc3a1d into nf-core:dev May 24, 2023
@maxulysse maxulysse deleted the update_modules_registry branch May 24, 2023 20:31
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

Successfully merging this pull request may close these issues.

3 participants