Skip to content

Commit cae00d3

Browse files
authored
Merge pull request #63 from CaroAMN/patch-release-1.0.1
fix variable naming
2 parents 0e34819 + 73e30d0 commit cae00d3

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, img_directory, parameter_file, stitched_data ->
138138
[meta, stitched_data, parameter_file]
139139
}
140140

0 commit comments

Comments
 (0)