Skip to content

Commit

Permalink
comment properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 7, 2024
1 parent acf7ede commit b1901f7
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 @@ -204,7 +204,7 @@ workflow {
}

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

0 comments on commit b1901f7

Please sign in to comment.