Skip to content

Commit

Permalink
specify branch
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed May 1, 2024
1 parent 854bb93 commit fad0236
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 @@ -179,7 +179,7 @@ workflow {
}

// print out warning message for any libraries not included in merging
merge_libaries = filtered_libraries_ch
merge_libaries = filtered_libraries_ch.single_sample
.collect{it.library_id}
libraries_ch
.filter{!(it.library_id in merge_libaries.getVal())}
Expand Down

0 comments on commit fad0236

Please sign in to comment.