Skip to content

Commit 132892e

Browse files
author
bjlang
committed
fix includes
1 parent bb76db7 commit 132892e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

subworkflows/local/bed_consensus_quantify_qc_bedtools_featurecounts_deseq2.nf

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include { HOMER_ANNOTATEPEAKS } from '../../modules/nf-core/homer/annotatepea
66
include { SUBREAD_FEATURECOUNTS } from '../../modules/nf-core/subread/featurecounts/main'
77

88
include { MACS2_CONSENSUS } from '../../modules/local/macs2_consensus'
9+
include { ANNOTATE_BOOLEAN_PEAKS } from '../../modules/local/annotate_boolean_peaks'
910
include { DESEQ2_QC } from '../../modules/local/deseq2_qc'
1011

1112
workflow BED_CONSENSUS_QUANTIFY_QC_BEDTOOLS_FEATURECOUNTS_DESEQ2 {

workflows/chipseq.nf

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// MODULE: Loaded from modules/local/
99
//
1010
include { MACS2_CONSENSUS } from '../modules/local/macs2_consensus'
11-
include { ANNOTATE_BOOLEAN_PEAKS } from '../modules/local/annotate_boolean_peaks'
1211
include { DESEQ2_QC } from '../modules/local/deseq2_qc'
1312
include { IGV } from '../modules/local/igv'
1413
include { MULTIQC } from '../modules/local/multiqc'

0 commit comments

Comments
 (0)