Skip to content
Snippets Groups Projects
Unverified Commit 262c90a4 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update workflows/hic.nf


Co-authored-by: default avatarMaxime U. Garcia <max.u.garcia@gmail.com>
parent 86999cd9
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,7 @@ if (params.res_zoomify){
}
if (params.res_tads && !params.skip_tads){
Channel.from( "${params.res_tads}" )
.splitCsv()
.flatten()
.toInteger()
.set {ch_tads_res}
ch_tads_res = Channel.from( "${params.res_tads}" ).splitCsv().flatten().toInteger()
ch_map_res = ch_map_res.concat(ch_tads_res)
}else{
ch_tads_res=Channel.empty()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment