Skip to content

Commit b4e8cc4

Browse files
authored
Prepare patch release 1.2.1 (#41)
* Prepare patch release 1.2.1 * Add note on Nextflow version
1 parent cb684e9 commit b4e8cc4

7 files changed

Lines changed: 32 additions & 26 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
outdir: .
4040
skip_features:
4141
- fastqc
42-
version: 1.3.0dev
42+
version: 1.2.1

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v1.3.0dev
6+
## v1.2.1 - 11-12-2025 - Lemon Fry
7+
8+
This patch release bumps the required Nextflow version to `>=25.04.0`.
79

810
### `Added`
911

@@ -29,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931

3032
### `Deprecated`
3133

32-
## v1.2.0 - 15-01-2024 - Burgundy Piglet
34+
## v1.2.0 - 15-01-2025 - Burgundy Piglet
3335

3436
### `Added`
3537

assets/multiqc_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/qbic-pipelines/vcftomaf/tree/dev" target="_blank">qbic-pipelines/vcftomaf</a>
3-
analysis pipeline.
2+
This report has been generated by the <a href="https://github.com/qbic-pipelines/vcftomaf/releases/tag/1.2.1" target="_blank">qbic-pipelines/vcftomaf</a> analysis pipeline.
43
report_section_order:
54
"qbic-pipelines-vcftomaf-methods-description":
65
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ manifest {
263263
mainScript = 'main.nf'
264264
defaultBranch = 'master'
265265
nextflowVersion = '!>=25.04.0'
266-
version = '1.3.0dev'
266+
version = '1.2.1'
267267
doi = '10.5281/zenodo.10812762'
268268
}
269269

ro-crate-metadata.json

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
{
2222
"@id": "./",
2323
"@type": "Dataset",
24-
"creativeWorkStatus": "InProgress",
25-
"datePublished": "2025-01-15T13:46:40+00:00",
24+
"creativeWorkStatus": "Stable",
25+
"datePublished": "2025-12-11T10:41:34+00:00",
2626
"description": "# ![qbic-pipelines/vcftomaf](docs/images/qbic-pipelines-vcftomaf-logo.png#gh-light-mode-only) ![qbic-pipelines/vcftomaf](docs/images/qbic-pipelines-vcftomaf-logo-dark.png.png#gh-dark-mode-only)\n\n[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_In_GitHub_Codespaces-black?labelColor=grey&logo=github)](https://github.com/codespaces/new/qbic-pipelines/vcftomaf)\n[![GitHub Actions CI Status](https://github.com/qbic-pipelines/vcftomaf/actions/workflows/nf-test.yml/badge.svg)](https://github.com/qbic-pipelines/vcftomaf/actions/workflows/nf-test.yml)\n[![GitHub Actions Linting Status](https://github.com/qbic-pipelines/vcftomaf/actions/workflows/linting.yml/badge.svg)](https://github.com/qbic-pipelines/vcftomaf/actions/workflows/linting.yml)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.10812762-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.10812762)\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%A525.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 conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)\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://tower.nf/launch?pipeline=https://github.com/qbic-pipelines/vcftomaf)\n\n## Introduction\n\n**qbic-pipelines/vcftomaf** is a bioinformatics pipeline that converts input Variant Call Format (vcf) files with one or two columns of (paired) samples to tabular Mutation Annotation Format (maf).\nThe resulting file(s) can be analyzed singly or as an entire cohort in R with [maftools](https://github.com/PoisonAlien/maftools).\n\n<p align=\"center\">\n <img title=\"Overview\" src=\"docs/images/metromap.png\" width=60%>\n</p>\n\n1. Optional Filtering of VCF files for PASS and / or with a target bed file ([`BCFtools`](https://github.com/samtools/bcftools))\n2. Optional liftover (needs a `chain` file, `--fasta` should refer to target genome version) ([`Picard LiftOverVCF`](https://gatk.broadinstitute.org/hc/en-us/articles/360037060932-LiftoverVcf-Picard))\n3. Conversion from vcf to maf format([`vcf2maf`](https://github.com/mskcc/vcf2maf))\n4. Collect QC metrics and versions ([`MultiQC`](http://multiqc.info/))\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\nFirst, prepare a samplesheet with your input data that looks as follows:\n\n`samplesheet.csv`:\n\n```csv\nsample,normal_id,vcf_normal_id,tumor_id,vcf_tumor_id,vcf,index\nmutect2_sample1,SAMPLE123,PATIENT1_SAMPLE123,SAMPLE456,PATIENT1_SAMPLE456,/path/to/vcf,/path/to/tbi\ntest2,control2,NORMAl,,,/path/to/vcf,/path/to/tbi\n```\n\nEach row represents a sample with one or two columns in the VCF file. The `normal_id` and `tumor_id` will be used for naming the columns in the MAF file. The `vcf_normal/tumor_id` refers to the sample name in the VCF file. This differs for each caller. For VCFs obtained from nf-core/sarek, the following is tested:\n\n| Caller | Normal ID | Tumor ID |\n| :------- | :---------------------- | :---------------------- |\n| Manta | NORMAL | TUMOR |\n| Mutect2 | {_patient_}_{\\_sample_} | {_patient_}_{\\_sample_} |\n| Strelka2 | NORMAL | TUMOR |\n\nThe values for _patient_ and _sample_ can be obtained from the nf-core/sarek samplesheet.\n\nNow, you can run the pipeline using:\n\n```bash\nnextflow run qbic-pipelines/vcftomaf \\\n -profile <docker/singularity/.../institute> \\\n --input samplesheet.csv \\\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\nFor more details and further functionality, please refer to the [usage documentation](docs/usage.md) and the [parameter documentation](nextflow_schema.json).\n\nFor more details about the output files and reports, please refer to the\n[output documentation](docs/output.md).\n\n## Credits\n\nqbic-pipelines/vcftomaf was originally written by [SusiJo](https://github.com/SusiJo), [Friederike Hanssen](https://github.com/FriederikeHanssen) up to release 1.0.0. The pipeline was further developed by [Famke B\u00e4uerle](https://github.com/famosab) after release 1.0.0.\n\nWe thank the following people for their extensive assistance in the development of this pipeline:\n\n## Contributions and Support\n\nIf you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).\n\n## Citations\n\nIf you use qbic-pipelines/vcftomaf for your analysis, please cite it using the following doi: [10.5281/zenodo.10812762](https://zenodo.org/doi/10.5281/zenodo.10812762)\n\n<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->\n\nAn extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.\n\nThis pipeline is based on 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).\nThe pipeline is currently maintained at QBiC and not an nf-core pipeline since it has not undergone nf-core community review.\n\nYou can cite the `nf-core` publication as follows:\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
{
@@ -96,7 +96,7 @@
9696
},
9797
"mentions": [
9898
{
99-
"@id": "#42259781-3b96-497c-be64-c9855522795a"
99+
"@id": "#feef81f9-ac6e-48e3-a99f-df780f4e2938"
100100
}
101101
],
102102
"name": "qbic-pipelines/vcftomaf"
@@ -125,14 +125,14 @@
125125
],
126126
"creator": [
127127
{
128-
"@id": "#45968370+famosab@users.noreply.github.com"
128+
"@id": "https://orcid.org/0000-0003-1387-0251"
129129
},
130130
{
131-
"@id": "https://orcid.org/0000-0003-1387-0251"
131+
"@id": "#famke.baeuerle@gmail.com"
132132
}
133133
],
134134
"dateCreated": "",
135-
"dateModified": "2025-01-15T14:46:40Z",
135+
"dateModified": "2025-12-11T11:41:34Z",
136136
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
137137
"keywords": [
138138
"nf-core",
@@ -141,6 +141,11 @@
141141
"license": [
142142
"MIT"
143143
],
144+
"maintainer": [
145+
{
146+
"@id": "https://orcid.org/0000-0003-1387-0251"
147+
}
148+
],
144149
"name": [
145150
"qbic-pipelines/vcftomaf"
146151
],
@@ -152,10 +157,10 @@
152157
},
153158
"url": [
154159
"https://github.com/qbic-pipelines/vcftomaf",
155-
"https://nf-co.re/qbic-pipelines/vcftomaf/dev/"
160+
"https://nf-co.re/qbic-pipelines/vcftomaf/1.2.1/"
156161
],
157162
"version": [
158-
"1.3.0dev"
163+
"1.2.1"
159164
]
160165
},
161166
{
@@ -168,14 +173,14 @@
168173
"url": {
169174
"@id": "https://www.nextflow.io/"
170175
},
171-
"version": "!>=24.04.2"
176+
"version": "!>=25.04.0"
172177
},
173178
{
174-
"@id": "#42259781-3b96-497c-be64-c9855522795a",
179+
"@id": "#feef81f9-ac6e-48e3-a99f-df780f4e2938",
175180
"@type": "TestSuite",
176181
"instance": [
177182
{
178-
"@id": "#4d23f29a-3ee6-476f-a9a9-9ad0fe3a65ae"
183+
"@id": "#115a4e50-eb3b-4766-bbd8-801b1c99b930"
179184
}
180185
],
181186
"mainEntity": {
@@ -184,10 +189,10 @@
184189
"name": "Test suite for qbic-pipelines/vcftomaf"
185190
},
186191
{
187-
"@id": "#4d23f29a-3ee6-476f-a9a9-9ad0fe3a65ae",
192+
"@id": "#115a4e50-eb3b-4766-bbd8-801b1c99b930",
188193
"@type": "TestInstance",
189194
"name": "GitHub Actions workflow for testing qbic-pipelines/vcftomaf",
190-
"resource": "repos/qbic-pipelines/vcftomaf/actions/workflows/ci.yml",
195+
"resource": "repos/qbic-pipelines/vcftomaf/actions/workflows/nf-test.yml",
191196
"runsOn": {
192197
"@id": "https://w3id.org/ro/terms/test#GithubService"
193198
},
@@ -308,16 +313,16 @@
308313
"url": "https://nf-co.re/"
309314
},
310315
{
311-
"@id": "#45968370+famosab@users.noreply.github.com",
316+
"@id": "https://orcid.org/0000-0003-1387-0251",
312317
"@type": "Person",
313318
"email": "45968370+famosab@users.noreply.github.com",
314-
"name": "Famke Ba\u0308uerle"
319+
"name": "Famke B\u00e4uerle"
315320
},
316321
{
317-
"@id": "https://orcid.org/0000-0003-1387-0251",
322+
"@id": "#famke.baeuerle@gmail.com",
318323
"@type": "Person",
319-
"email": "45968370+famosab@users.noreply.github.com",
320-
"name": "Famke B\u00e4uerle"
324+
"email": "famke.baeuerle@gmail.com",
325+
"name": "Famke Ba\u0308uerle"
321326
}
322327
]
323328
}

tests/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vcf2maf": "1.6.22"
1717
},
1818
"Workflow": {
19-
"qbic-pipelines/vcftomaf": "v1.3.0dev"
19+
"qbic-pipelines/vcftomaf": "v1.2.1"
2020
}
2121
},
2222
[

tests/vep.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ensemblvep": 113.0
2121
},
2222
"Workflow": {
23-
"qbic-pipelines/vcftomaf": "v1.3.0dev"
23+
"qbic-pipelines/vcftomaf": "v1.2.1"
2424
}
2525
},
2626
[

0 commit comments

Comments
 (0)