Skip to content
Snippets Groups Projects
Verified Commit 59bd5bf1 authored by Mia Croiset's avatar Mia Croiset
Browse files

suppr view

parent 9107a54e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ workflow HICSTUFF_SUB {
.map {
meta1, bam1, meta2, bam2 ->
meta1.id == meta2.id && meta1.chunk == meta2.chunk && meta1.mates == "R1" && meta2.mates == "R2" ? [ meta1, bam1, meta2, bam2 ] : null
}.view(),
},
FRAGMENT_ENZYME.out.info_contigs.collect(),
digestion,
fasta.collect()
......
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