You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: workflows/chipseq.nf
+13-13
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ include { INPUT_CHECK } from '../subworkflows/local/input_check'
22
22
include { ALIGN_STAR } from '../subworkflows/local/align_star'
23
23
include { BAM_FILTER_BAMTOOLS } from '../subworkflows/local/bam_filter_bamtools'
24
24
include { BAM_BEDGRAPH_BIGWIG_BEDTOOLS_UCSC } from '../subworkflows/local/bam_bedgraph_bigwig_bedtools_ucsc'
25
-
include { BAM_PEAKS_CALL_QC_ANNOTATE_MACS2_HOMER } from '../subworkflows/local/bam_peaks_call_qc_annotate_macs2_homer.nf'
25
+
include { BAM_PEAKS_CALL_QC_ANNOTATE_MACS3_HOMER } from '../subworkflows/local/bam_peaks_call_qc_annotate_macs3_homer.nf'
26
26
include { BED_CONSENSUS_QUANTIFY_QC_BEDTOOLS_FEATURECOUNTS_DESEQ2 } from '../subworkflows/local/bed_consensus_quantify_qc_bedtools_featurecounts_deseq2.nf'
27
27
28
28
/*
@@ -446,9 +446,9 @@ workflow CHIPSEQ {
446
446
.set { ch_ip_control_bam }
447
447
448
448
//
449
-
// SUBWORKFLOW: Call peaks with MACS2, annotate with HOMER and perform downstream QC
449
+
// SUBWORKFLOW: Call peaks with MACS3, annotate with HOMER and perform downstream QC
0 commit comments