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

correct path of markduplicates

parent f8fcb912
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include { BUILD_MATRIX_COOL_ALT } from '../../modules/local/hicstuff/build_matri
include { FILTER_EVENT } from '../../modules/local/hicstuff/filter_event'
include { DISTANCE_LAW } from '../../modules/local/hicstuff/distance_law'
include { FILTER_PCR } from '../../modules/local/hicstuff/filter_pcr'
include { GATK4_MARKDUPLICATES } from '../../modules/nf-core/custom/gatk4/markduplicates/main'
include { GATK4_MARKDUPLICATES } from '../../modules/nf-core/custom/markduplicates/main'
include { SAMTOOLS_SORT } from '../../modules/nf-core/custom/samtools/sort/main'
include { SAMTOOLS_INDEX } from '../../modules/nf-core/custom/samtools/index/main'
......@@ -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