Skip to content

Commit 991e7aa

Browse files
authored
Merge pull request #61 from nf-core/dev
Patch release 1.0.1
2 parents ee07d1c + 7d6e2fd commit 991e7aa

9 files changed

Lines changed: 31 additions & 25 deletions

File tree

.nf-core.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
nf_core_version: 3.5.1
1+
nf_core_version: 3.5.2
22
repository_type: pipeline
33
lint:
4-
included_configs: False
4+
included_configs: false
55
template:
66
author: Carolin Schwitalla
7-
description: A pipeline for preprocessing and analysis of large-scale light-sheet
8-
microscopy images based on the NuMorph toolbox
7+
description: A pipeline for preprocessing and analysis of large-scale light-sheet microscopy images based on the NuMorph toolbox
98
force: false
109
is_nfcore: true
1110
name: lsmquant
@@ -14,4 +13,4 @@ template:
1413
skip_features:
1514
- fastqc
1615
- igenomes
17-
version: 1.0.0
16+
version: 1.0.1

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 1.0.1 - Excited Squid Patch
7+
8+
### `Fixed`
9+
10+
- [PR#57](https://github.com/nf-core/lsmquant/pull/57) - Fix input declaration of the model file for the module: `numorph3dunet` to be reused for all inputs.
11+
- remove conda batch from readme, the pipeline does not support conda.
12+
- set matlab cache directory in numorph_stitch to fix concurrency issues when running multiple samples.
13+
614
## v1.0.0 - Excited Squid
715

816
Initial release of nf-core/lsmquant, created with the [nf-core](https://nf-co.re/) template.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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/)
1414
[![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)
15-
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1615
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
1716
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)
1817
[![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-core/lsmquant)

assets/multiqc_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/lsmquant/releases/tag/1.0.0" target="_blank">nf-core/lsmquant</a>
3-
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/lsmquant/1.0.0/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/lsmquant/releases/tag/1.0.1" target="_blank">nf-core/lsmquant</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/lsmquant/1.0.1/docs/output" target="_blank">documentation</a>.
53
report_section_order:
64
"nf-core-lsmquant-methods-description":
75
order: -1000

modules/local/numorphstitch/main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ process NUMORPHSTITCH {
2323
def NM_var = NM_variable ? NM_variable : ''
2424
def variables_input = variables ? variables : ''
2525
"""
26+
export MCR_CACHE_ROOT=\${PWD}/.mcrCache
27+
2628
# create output directories needed by the tool
2729
mkdir -p ./results/stitched/
2830

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ manifest {
250250
mainScript = 'main.nf'
251251
defaultBranch = 'master'
252252
nextflowVersion = '!>=25.04.0'
253-
version = '1.0.0'
253+
version = '1.0.1'
254254
doi = ''
255255
}
256256

ro-crate-metadata.json

Lines changed: 9 additions & 9 deletions
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
@@ -25,7 +25,7 @@
2525
"numorph_param_validation": "1.0.0"
2626
},
2727
"Workflow": {
28-
"nf-core/lsmquant": "v1.0.0"
28+
"nf-core/lsmquant": "v1.0.1"
2929
}
3030
},
3131
[
@@ -79,7 +79,7 @@
7979
"params_TEST1_lsmquant.csv:md5,a1edc3a22e8f390e473102d0193a8f1c"
8080
]
8181
],
82-
"timestamp": "2026-03-20T13:18:41.89714723",
82+
"timestamp": "2026-04-29T15:18:49.500188714",
8383
"meta": {
8484
"nf-test": "0.9.4",
8585
"nextflow": "25.10.3"
@@ -111,7 +111,7 @@
111111
"numorph_param_validation": "1.0.0"
112112
},
113113
"Workflow": {
114-
"nf-core/lsmquant": "v1.0.0"
114+
"nf-core/lsmquant": "v1.0.1"
115115
}
116116
},
117117
[
@@ -579,7 +579,7 @@
579579
"params_TEST1_lsmquant.csv:md5,a1edc3a22e8f390e473102d0193a8f1c"
580580
]
581581
],
582-
"timestamp": "2026-03-20T13:17:57.078651506",
582+
"timestamp": "2026-04-29T15:16:32.417361365",
583583
"meta": {
584584
"nf-test": "0.9.4",
585585
"nextflow": "25.10.3"

workflows/lsmquant.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ workflow LSMQUANT {
134134

135135
stitched_data = ch_samplesheet
136136
.join (stitched_output)
137-
.map { meta, img_dir, parameter_file, stitched_data ->
137+
.map { meta, img_directory, parameter_file, stitched_data ->
138138
[meta, stitched_data, parameter_file]
139139
}
140140

141141
// run nuclei quantification
142142
if (params.nuclei_quantification) {
143143

144-
def model_file = Channel.fromPath(params.model_file, checkIfExists: !params.model_file.startsWith('http'))
144+
model_file = file(params.model_file, checkIfExists: !params.model_file.startsWith('http'))
145145
NUMORPH3DUNET (stitched_data, model_file)
146146

147147
}

0 commit comments

Comments
 (0)