Skip to content

Commit 676cea3

Browse files
committed
fix: remove TODO placeholders and update zenodo reference
1 parent 9f67709 commit 676cea3

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/nf-core/ribomsqc)
99
[![GitHub Actions CI Status](https://github.com/nf-core/ribomsqc/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-core/ribomsqc/actions/workflows/nf-test.yml)
10-
[![GitHub Actions Linting Status](https://github.com/nf-core/ribomsqc/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/ribomsqc/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/ribomsqc/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
10+
[![GitHub Actions Linting Status](https://github.com/nf-core/ribomsqc/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/ribomsqc/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/ribomsqc/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.PENDING-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.PENDING)
1111
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1212

1313
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.04.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)

conf/base.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
process {
1212

13-
// TODO nf-core: Check the defaults for all processes
1413
cpus = { 1 * task.attempt }
1514
memory = { 6.GB * task.attempt }
1615
time = { 4.h * task.attempt }
@@ -24,7 +23,6 @@ process {
2423
// These labels are used and recognised by default in DSL2 files hosted on nf-core/modules.
2524
// If possible, it would be nice to keep the same label naming convention when
2625
// adding in your local modules too.
27-
// TODO nf-core: Customise requirements for specific processes.
2826
// See https://www.nextflow.io/docs/latest/config.html#config-process-selectors
2927
withLabel:process_single {
3028
cpus = { 1 }

nextflow.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ nextflow.enable.moduleBinaries = true
1212
// Global default params, used in configs
1313
params {
1414

15-
// TODO nf-core: Specify your pipeline's command line flags
1615
// Input options
1716
input = null
1817

@@ -198,7 +197,6 @@ includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !pa
198197

199198

200199
// Load nf-core/ribomsqc custom profiles from different institutions.
201-
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
202200
// includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/pipeline/ribomsqc.config" : "/dev/null"
203201

204202
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile

0 commit comments

Comments
 (0)