Skip to content

Commit

Permalink
Was fixed before, but was overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 authored May 8, 2024
1 parent ce4aa1c commit fc7a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/nallo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ workflow NALLO {
ch_bed = params.bed ? Channel.fromPath(params.bed).map{ [ it.getSimpleName(), it]}.collect()
: Channel.empty()
ch_input_bed = params.bed ? Channel.fromPath(params.bed).map{ [ it.getSimpleName(), it]}.collect()
: Channel.value([])
: Channel.value([[],[]])

// Conditional input files that has to be set depending on which workflow is run
ch_par = params.dipcall_par ? Channel.fromPath(params.dipcall_par).collect()
Expand Down

0 comments on commit fc7a779

Please sign in to comment.