Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 7, 2024
1 parent b1901f7 commit 3bcd6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ workflow {

pre_merged_ch = grouped_libraries_ch.has_merge
.map{[ // merge file, project id, has adt
file("${params.results_dir}/${it[0]}/merged/${it[0]}_merged.rds")
file("${params.results_dir}/${it[0]}/merged/${it[0]}_merged.rds"),
it[0],
it[1]
]}
Expand Down

0 comments on commit 3bcd6e1

Please sign in to comment.