Skip to content

Commit ab3ed90

Browse files
committed
bump version
1 parent f06df77 commit ab3ed90

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ template:
3939
org: nf-cmgg
4040
outdir: .
4141
skip_features: ["fastqc"]
42-
version: dev
42+
version: 3.0.1

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-cmgg/preprocessing/tree/dev" target="_blank">nf-cmgg/preprocessing</a> analysis pipeline.
2+
This report has been generated by the <a href="https://github.com/nf-cmgg/preprocessing/releases/tag/3.0.1" target="_blank">nf-cmgg/preprocessing</a> analysis pipeline.
33
report_section_order:
44
"nf-cmgg-preprocessing-methods-description":
55
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ manifest {
197197
mainScript = 'main.nf'
198198
defaultBranch = 'main'
199199
nextflowVersion = '!>=26.04.0'
200-
version = 'dev'
200+
version = '3.0.1'
201201
doi = ''
202202
}
203203

ro-crate-metadata.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
{
2222
"@id": "./",
2323
"@type": "Dataset",
24-
"creativeWorkStatus": "InProgress",
25-
"datePublished": "2026-05-20T07:04:32+00:00",
24+
"creativeWorkStatus": "Stable",
25+
"datePublished": "2026-05-27T13:19:43+00:00",
2626
"description": "# nf-cmgg/preprocessing\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/nf-cmgg/preprocessing)\n[![GitHub Actions CI Status](https://github.com/nf-cmgg/preprocessing/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-cmgg/preprocessing/actions/workflows/nf-test.yml)\n[![GitHub Actions Linting Status](https://github.com/nf-cmgg/preprocessing/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-cmgg/preprocessing/actions/workflows/linting.yml)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)\n[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)\n\n[![Nextflow](https://img.shields.io/badge/version-%E2%89%A526.04.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)\n[![nf-core template version](https://img.shields.io/badge/nf--core_template-3.5.1-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/3.5.1)\n[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)\n[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)\n[![Launch on Seqera Platform](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Seqera%20Platform-%234256e7)](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-cmgg/preprocessing)\n\n## Introduction\n\n**nf-cmgg/preprocessing** is a bioinformatics pipeline that demultiplexes and aligns raw sequencing data.\nIt also performs basic QC and coverage analysis.\n\nThe pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.\n\nSteps include:\n\n- Demultiplexing using [`BCLconvert`](https://emea.support.illumina.com/sequencing/sequencing_software/bcl-convert.html)\n- Run QC using [`MultiQC SAV`](https://github.com/MultiQC/MultiQC_SAV)\n- Read QC and trimming using [`fastp`](https://github.com/OpenGene/fastp) or [`falco`](https://github.com/smithlabcode/falco)\n- Alignment using either [`bwa`](https://github.com/lh3/bwa), [`bwa-mem2`](https://github.com/bwa-mem2/bwa-mem2), [`bowtie2`](https://github.com/BenLangmead/bowtie2), [`dragmap`](https://github.com/Illumina/DRAGMAP), [`snap`](https://github.com/amplab/snap) or [`strobe`](https://github.com/ksahlin/strobealign) for DNA-seq and [`STAR`](https://github.com/alexdobin/STAR) for RNA-seq\n- Duplicate marking using [`bamsormadup`](https://gitlab.com/german.tischler/biobambam2) or [`samtools markdup`](http://www.htslib.org/doc/samtools-markdup.html)\n- Coverage analysis using [`mosdepth`](https://github.com/brentp/mosdepth) and [`samtools coverage`](http://www.htslib.org/doc/samtools-coverage.html)\n- Alignment QC using [`samtools flagstat`](http://www.htslib.org/doc/samtools-flagstat.html), [`samtools stats`](http://www.htslib.org/doc/samtools-stats.html), [`samtools idxstats`](http://www.htslib.org/doc/samtools-idxstats.html) and [`picard CollectHsMetrics`](https://broadinstitute.github.io/picard/command-line-overview.html#CollectHsMetrics), [`picard CollectWgsMetrics`](https://broadinstitute.github.io/picard/command-line-overview.html#CollectWgsMetrics), [`picard CollectMultipleMetrics`](https://broadinstitute.github.io/picard/command-line-overview.html#CollectMultipleMetrics)\n- QC aggregation using [`multiqc`](https://multiqc.info/)\n\n<picture>\n\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/images/metro_map_dark.svg\">\n <source media=\"(prefers-color-scheme: light)\" srcset=\"docs/images/metro_map_light.svg\">\n <img alt=\"Fallback image description\" src=\"docs/images/metro_map_light.svg\">\n</picture>\n\n## Usage\n\n> [!NOTE]\n> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.\n\nThe full documentation can be found [here](docs/README.md)\n\nFirst, prepare a samplesheet with your input data. Check the [usage docs](docs/usage.md) for details on the required format and example files.\n\nNow, you can run the pipeline using:\n\n```bash\nnextflow run nf-cmgg/preprocessing \\\n -profile <docker/singularity/...> \\\n --igenomes_base /path/to/genomes \\\n --input samplesheet.<csv|yaml|json> \\\n --outdir <OUTDIR>\n```\n\n> [!WARNING]\n> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;\n> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).\n\n## Development environment\n\nA [pixi](https://pixi.prefix.dev/latest/) development environment is available for this pipeline. Run the following command to install the environment:\n\n```\npixi install\n```\n\nThen run `pixi shell` to enter the environment and start developing.\n\n## Credits\n\nnf-cmgg/preprocessing was originally written by the CMGG ICT team.\n\n## Support\n\nThis pipeline uses code and infrastructure developed and maintained by the [nf-core](https://nf-co.re) community, reused here under the [MIT license](https://github.com/nf-core/tools/blob/master/LICENSE).\n\n> **The nf-core framework for community-curated bioinformatics pipelines.**\n>\n> Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.\n>\n> _Nat Biotechnol._ 2020 Feb 13. doi: [10.1038/s41587-020-0439-x](https://dx.doi.org/10.1038/s41587-020-0439-x).\n",
2727
"hasPart": [
2828
{
@@ -102,7 +102,7 @@
102102
},
103103
"mentions": [
104104
{
105-
"@id": "#886e7140-7820-4113-96c6-fab0f09839d5"
105+
"@id": "#735e63dd-f003-49fd-b0fb-d81295a6b072"
106106
}
107107
],
108108
"name": "nf-cmgg/preprocessing"
@@ -135,7 +135,7 @@
135135
}
136136
],
137137
"dateCreated": "",
138-
"dateModified": "2026-05-20T09:04:32Z",
138+
"dateModified": "2026-05-27T15:19:43Z",
139139
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
140140
"keywords": [
141141
"nf-core",
@@ -163,10 +163,10 @@
163163
},
164164
"url": [
165165
"https://github.com/nf-cmgg/preprocessing",
166-
"https://nf-co.re/nf-cmgg/preprocessing/dev/"
166+
"https://nf-co.re/nf-cmgg/preprocessing/3.0.1/"
167167
],
168168
"version": [
169-
"dev"
169+
"3.0.1"
170170
]
171171
},
172172
{
@@ -182,11 +182,11 @@
182182
"version": "!>=26.04.0"
183183
},
184184
{
185-
"@id": "#886e7140-7820-4113-96c6-fab0f09839d5",
185+
"@id": "#735e63dd-f003-49fd-b0fb-d81295a6b072",
186186
"@type": "TestSuite",
187187
"instance": [
188188
{
189-
"@id": "#6e4f8fb7-4d5f-4aad-b048-a098e4078e0d"
189+
"@id": "#19881b9a-3b4d-4dde-bce9-4be71dbc1175"
190190
}
191191
],
192192
"mainEntity": {
@@ -195,7 +195,7 @@
195195
"name": "Test suite for nf-cmgg/preprocessing"
196196
},
197197
{
198-
"@id": "#6e4f8fb7-4d5f-4aad-b048-a098e4078e0d",
198+
"@id": "#19881b9a-3b4d-4dde-bce9-4be71dbc1175",
199199
"@type": "TestInstance",
200200
"name": "GitHub Actions workflow for testing nf-cmgg/preprocessing",
201201
"resource": "repos/nf-cmgg/preprocessing/actions/workflows/nf-test.yml",

0 commit comments

Comments
 (0)