Skip to content

Commit 3bf1d2e

Browse files
committed
fix variable naming
1 parent ef6f5ff commit 3bf1d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/lsmquant.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ workflow LSMQUANT {
134134

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

0 commit comments

Comments
 (0)