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

Update subworkflows/local/hicpro.nf

parent 4941e174
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ workflow HICPRO {
//if (params.split_fastq){
ch_valid_pairs = ch_valid_pairs.map{ it -> removeChunks(it)}.groupTuple()
ch_valid_pairs.view()
ch_hicpro_stats = HICPRO_MAPPING.out.mapstats.map{it->removeChunks(it)}.groupTuple()
.concat(HICPRO_MAPPING.out.pairstats.map{it->removeChunks(it)}.groupTuple(),
ch_valid_stats.map{it->removeChunks(it)}.groupTuple())
......
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