-
Notifications
You must be signed in to change notification settings - Fork 4
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 v3.0.1 #422
Conversation
4e6e0bf
to
b021386
Compare
|
b021386
to
1c79c65
Compare
1c79c65
to
ef4b45e
Compare
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.
Quick update @fellen31 🚀
Tried to go though it but I might have missed some 😄
|
||
vscode: | ||
extensions: # based on nf-core.nf-core-extensionpack | ||
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code | ||
#- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code |
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.
Commented out?
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.
Yep, commented out in the new version of the template.
conf/modules.config
Outdated
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.
Is this file used?
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.
No, good catch!
\033[0;34m __ _ ___ _ __ ___ _ __ ___ (_) ___ _ __ ___ ___ __| (_) ___(_)_ __ ___ | ||
\033[0;34m / _` |/ _ \\ '_ \\ / _ \\| '_ ` _ \\| |/ __|____| '_ ` _ \\ / _ \\/ _` | |/ __| | '_ \\ / _ \\_____ | ||
\033[0;34m | (_| | __/ | | | (_) | | | | | | | (_|_____| | | | | | __/ (_| | | (__| | | | | __/_____| | ||
\033[0;34m \\__, |\\___|_| |_|\\___/|_| |_| |_|_|\\___| |_| |_| |_|\\___|\\__,_|_|\\___|_|_| |_|\\___| | ||
\033[0;34m |___/ _____ __| | ___ _ __ / / __ __ _| | | ___ | ||
\033[0;34m / __\\ \\ /\\ / / _ \\/ _` |/ _ \\ '_ \\ / / '_ \\ / _` | | |/ _ \\ | ||
\033[0;34m \\__ \\\\ V V / __/ (_| | __/ | | |/ /| | | | (_| | | | (_) | | ||
\033[0;34m |___/ \\_/\\_/ \\___|\\__,_|\\___|_| |_/_/ |_| |_|\\__,_|_|_|\\___/ |
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.
Pretty ⚡
workflows/nallo.nf
Outdated
@@ -497,7 +497,7 @@ workflow NALLO { | |||
softwareVersionsToYAML(ch_versions) | |||
.collectFile( | |||
storeDir: "${params.outdir}/pipeline_info", | |||
name: 'nf_core_pipeline_software_mqc_versions.yml', | |||
name: '' + 'pipeline_software_' + 'mqc_' + 'versions.yml', |
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.
Why the first ''
?
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.
Guess ''
holds nf_core_
in nf-core pipelines.
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'll change it to nallo_
.
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.
👍
Might a mistake in there that I have missed as well, but I'll merge. |
Closes #421
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).