Skip to content

Commit ab00540

Browse files
authored
Merge pull request #349 from nf-cmgg/dev
Release 1.13.5
2 parents 26a2df0 + ee223e4 commit ab00540

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ template:
4141
skip_features:
4242
- fastqc
4343
- is_nfcore
44-
version: 1.13.4
44+
version: 1.13.5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.13.5
7+
8+
- Set `outdir` type to `String` to avoid file existence checking
9+
610
## v1.13.4
711

812
- Fixes a small issue with the VEP config (`.split()` error) by replacing it with the `name` attribute.

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/smallvariants/releases/tag/1.13.4" target="_blank">nf-cmgg/smallvariants</a> analysis pipeline.
2+
This report has been generated by the <a href="https://github.com/nf-cmgg/smallvariants/releases/tag/1.13.5" target="_blank">nf-cmgg/smallvariants</a> analysis pipeline.
33
report_section_order:
44
"nf-cmgg-smallvariants-methods-description":
55
order: -1000

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ params {
3838
input: Path
3939

4040
// The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.
41-
outdir: Path
41+
outdir: String
4242

4343
// Email address for completion summary.
4444
email: String?

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ manifest {
226226
mainScript = 'main.nf'
227227
defaultBranch = 'main'
228228
nextflowVersion = '!>=26.04.0'
229-
version = '1.13.4'
229+
version = '1.13.5'
230230
doi = ''
231231
}
232232

ro-crate-metadata.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@id": "./",
2323
"@type": "Dataset",
2424
"creativeWorkStatus": "Stable",
25-
"datePublished": "2026-07-13T08:47:13+00:00",
25+
"datePublished": "2026-07-22T12:51:01+00:00",
2626
"description": "# nf-cmgg/smallvariants\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/nf-cmgg/smallvariants)\n[![GitHub Actions CI Status](https://github.com/nf-cmgg/smallvariants/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-cmgg/smallvariants/actions/workflows/nf-test.yml)\n[![GitHub Actions Linting Status](https://github.com/nf-cmgg/smallvariants/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-cmgg/smallvariants/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-4.0.2-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/4.0.2)\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://cloud.seqera.io/launch?pipeline=https://github.com/nf-cmgg/smallvariants)\n\n## Introduction\n\n**nf-cmgg/smallvariants** is a nextflow pipeline for calling and annotating small variants from short DNA reads for WES and WGS data.\n\nThe pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!\n\nPlease have a look at the [documentation](https://nf-cmgg.github.io/smallvariants/latest/) on how to run the pipeline.\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",
2727
"hasPart": [
2828
{
@@ -99,7 +99,7 @@
9999
},
100100
"mentions": [
101101
{
102-
"@id": "#02edf0b6-6333-43bb-be42-eae1d022add8"
102+
"@id": "#e6d7203f-a78f-4daa-a554-428a830bb448"
103103
}
104104
],
105105
"name": "nf-cmgg/smallvariants"
@@ -132,7 +132,7 @@
132132
}
133133
],
134134
"dateCreated": "",
135-
"dateModified": "2026-07-13T10:47:13Z",
135+
"dateModified": "2026-07-22T14:51:01Z",
136136
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
137137
"keywords": [
138138
"nf-core",
@@ -160,10 +160,10 @@
160160
},
161161
"url": [
162162
"https://github.com/nf-cmgg/smallvariants",
163-
"https://nf-co.re/nf-cmgg/smallvariants/1.13.4/"
163+
"https://nf-co.re/nf-cmgg/smallvariants/1.13.5/"
164164
],
165165
"version": [
166-
"1.13.4"
166+
"1.13.5"
167167
]
168168
},
169169
{
@@ -179,11 +179,11 @@
179179
"version": "!>=26.04.0"
180180
},
181181
{
182-
"@id": "#02edf0b6-6333-43bb-be42-eae1d022add8",
182+
"@id": "#e6d7203f-a78f-4daa-a554-428a830bb448",
183183
"@type": "TestSuite",
184184
"instance": [
185185
{
186-
"@id": "#a199ef34-c868-47f1-8c25-509e3dace0be"
186+
"@id": "#66262067-5e7f-452d-93e4-ca9008107954"
187187
}
188188
],
189189
"mainEntity": {
@@ -192,7 +192,7 @@
192192
"name": "Test suite for nf-cmgg/smallvariants"
193193
},
194194
{
195-
"@id": "#a199ef34-c868-47f1-8c25-509e3dace0be",
195+
"@id": "#66262067-5e7f-452d-93e4-ca9008107954",
196196
"@type": "TestInstance",
197197
"name": "GitHub Actions workflow for testing nf-cmgg/smallvariants",
198198
"resource": "repos/nf-cmgg/smallvariants/actions/workflows/nf-test.yml",

0 commit comments

Comments
 (0)