Skip to content

Commit

Permalink
remove checker
Browse files Browse the repository at this point in the history
Co-authored-by: James A. Fellows Yates <[email protected]>
  • Loading branch information
yuukiiwa and jfy133 authored Apr 26, 2024
1 parent db1eaaf commit 352d2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/nanoseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ workflow NANOSEQ{
ch_input_path
.map { it -> [ [id:'undemultiplexed'], it ] }
.set { ch_fast5_dir }
ch_fast5_dir.view()
} else {
ch_sample
.set { ch_fast5_dir }
Expand Down

0 comments on commit 352d2f9

Please sign in to comment.