-
Notifications
You must be signed in to change notification settings - Fork 418
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
Conversation
|
@adamrtalbot how can you approve with so many stuff left to do here |
Ah sorry I just reviewed the code that was there. |
|
@@ -17,7 +17,7 @@ process { | |||
|
|||
withName: 'FASTP' { | |||
ext.args = [ "", | |||
params.trim_fastq ?: "--disable_adapter_trimming", | |||
!params.trim_fastq ? "--disable_adapter_trimming" : "", // Disable adapter trimming |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
...
I'm merging with the fallen tests for concatenate_vcfs singularity, and will investigate that in a separate PR |
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).