-
Notifications
You must be signed in to change notification settings - Fork 124
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 nf-core tools v2.8 #274
Conversation
|
nextflow run nf-core/atacseq --input samplesheet.csv --outdir <OUTDIR> --genome GRCh37 -profile <docker/singularity/podman/shifter/charliecloud/conda/institute> | ||
``` | ||
|
||
See [usage docs](https://nf-co.re/atacseq/usage) for all of the available options when running the pipeline. |
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.
you somehow lost the links to the usage and parameter docs from the template: For more details, please refer to the [usage documentation](https://nf-co.re/{{ short_name }}/usage) and the [parameter documentation](https://nf-co.re/{{ short_name }}/parameters).
modules/local/tss_extract.nf
Outdated
@@ -3,7 +3,7 @@ process TSS_EXTRACT { | |||
conda (params.enable_conda ? "conda-forge::sed=4.7" : null) | |||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | |||
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' : | |||
'ubuntu:20.04' }" | |||
'docker.io/ubuntu:20.04' }" |
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.
'docker.io/ubuntu:20.04' }" | |
'docker.io/library/ubuntu:20.04' }" |
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.
Thanks!
@@ -3,7 +3,7 @@ process MULTIQC_CUSTOM_PEAKS { | |||
conda (params.enable_conda ? "conda-forge::sed=4.7" : null) | |||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | |||
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' : | |||
'ubuntu:20.04' }" | |||
'docker.io/ubuntu:20.04' }" |
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.
'docker.io/ubuntu:20.04' }" | |
'docker.io/library/ubuntu:20.04' }" |
Template update nf-core tools v2.8
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).