Skip to content

Commit 4c9394e

Browse files
fix lint
1 parent 628b397 commit 4c9394e

6 files changed

Lines changed: 11 additions & 18 deletions

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- isMain: false
7777
profile: "singularity"
7878
NXF_VER:
79-
- "25.10.4"
79+
- "25.04.0"
8080
- "latest-everything"
8181
env:
8282
NXF_ANSI_LOG: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub Actions Linting Status](https://github.com/IntGenomicsLab/lrsomatic/actions/workflows/linting.yml/badge.svg)](https://github.com/IntGenomicsLab/lrsomatic/actions/workflows/linting.yml)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.17751829-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.17751829)
66
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
77

8-
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.4-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
8+
[![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/)
99
[![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)
1010
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1111
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)

nextflow.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ params {
1414
input = null
1515

1616
// Small variant calling options
17-
germline_var_keep = 'clair'
18-
somatic_var_keep = 'clair'
17+
germline_var_keep = 'deepvariant,clair'
18+
somatic_var_keep = 'deepsomatic,clair'
1919
germline_var_combine = 'all'
2020
somatic_var_combine = 'all'
21-
prioritize_caller_germline = 'clair'
22-
prioritize_caller_somatic = 'clair'
21+
prioritize_caller_germline = 'deepvariant'
22+
prioritize_caller_somatic = 'deepsomatic'
2323
generate_gvcf = false
2424

2525
// Longphase options

nextflow_schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,6 @@
514514
"show_hidden": {
515515
"type": "boolean",
516516
"description": "Display hidden parameters in the help message (only works when --help or --help_full are provided)."
517-
},
518-
"use_gpu": {
519-
"type": "boolean",
520-
"description": "Use GPU for supported tools (e.g. DeepVariant, DeepSomatic, Clair3)"
521517
}
522518
}
523519
}
@@ -567,9 +563,6 @@
567563
}
568564
],
569565
"properties": {
570-
"generate_gvcf": {
571-
"type": "boolean"
572-
},
573566
"skip_modkit": {
574567
"type": "boolean"
575568
}

ro-crate-metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/default.nf.test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@
327327
"sample3.stats:md5,d7a8552a8a41a217954a0c825d468a60"
328328
]
329329
],
330-
"timestamp": "2026-04-29T08:22:27.451985797",
331330
"meta": {
332-
"nf-test": "0.9.4",
333-
"nextflow": "25.10.0"
334-
}
331+
"nf-test": "0.9.3",
332+
"nextflow": "26.04.1"
333+
},
334+
"timestamp": "2026-05-27T15:36:59.598391521"
335335
}
336336
}

0 commit comments

Comments
 (0)