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

parent 86999cd9
No related branches found
No related tags found
No related merge requests found
...@@ -46,11 +46,7 @@ if (params.res_zoomify){ ...@@ -46,11 +46,7 @@ if (params.res_zoomify){
} }
if (params.res_tads && !params.skip_tads){ if (params.res_tads && !params.skip_tads){
Channel.from( "${params.res_tads}" ) ch_tads_res = Channel.from( "${params.res_tads}" ).splitCsv().flatten().toInteger()
.splitCsv()
.flatten()
.toInteger()
.set {ch_tads_res}
ch_map_res = ch_map_res.concat(ch_tads_res) ch_map_res = ch_map_res.concat(ch_tads_res)
}else{ }else{
ch_tads_res=Channel.empty() ch_tads_res=Channel.empty()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment