-
Notifications
You must be signed in to change notification settings - Fork 3
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
Template update for nf-core/tools version 3.0.2 #167
Conversation
|
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.
Nice!
By the way, the MultiQC fix in the last release, is that fixed now since MultiQC is updated? If so, add MultiQC to CHANGELOG as well. |
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
@fellen31 good catch with the MultiQC! I did add the issue but forgot to update CHANGELOG! |
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.
Nice, then this looks good to me!
Just remembered one tiny thing in the docs.
|
||
```yaml | ||
```yaml title="params.yaml" |
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.
How do you see the name of params.yaml?
I think the old version is clearer.
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.
To be honest, I think it looks rather nice this way. It's also clear because line 324 says that it is a params file in yaml, then you see the command with it and after that how it would look, so I will leave it as it is
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).