Skip to content

Commit

Permalink
remove redundant collect()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Oct 11, 2024
1 parent 630b1e1 commit 817cec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ workflow {
gridss_reference_files
)
gridss_preprocess_dir = preprocess_BAM_GRIDSS.out.gridss_preprocess
.collect()
.flatten()
.map { parentdir -> parentdir.getParent() }
.unique()
Expand Down

0 comments on commit 817cec5

Please sign in to comment.