Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlang committed Jul 8, 2024
1 parent bb76db7 commit 132892e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include { HOMER_ANNOTATEPEAKS } from '../../modules/nf-core/homer/annotatepea
include { SUBREAD_FEATURECOUNTS } from '../../modules/nf-core/subread/featurecounts/main'

include { MACS2_CONSENSUS } from '../../modules/local/macs2_consensus'
include { ANNOTATE_BOOLEAN_PEAKS } from '../../modules/local/annotate_boolean_peaks'
include { DESEQ2_QC } from '../../modules/local/deseq2_qc'

workflow BED_CONSENSUS_QUANTIFY_QC_BEDTOOLS_FEATURECOUNTS_DESEQ2 {
Expand Down
1 change: 0 additions & 1 deletion workflows/chipseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// MODULE: Loaded from modules/local/
//
include { MACS2_CONSENSUS } from '../modules/local/macs2_consensus'
include { ANNOTATE_BOOLEAN_PEAKS } from '../modules/local/annotate_boolean_peaks'
include { DESEQ2_QC } from '../modules/local/deseq2_qc'
include { IGV } from '../modules/local/igv'
include { MULTIQC } from '../modules/local/multiqc'
Expand Down

0 comments on commit 132892e

Please sign in to comment.