Skip to content

Commit 50caeb9

Browse files
committed
Remove includes
1 parent a20c464 commit 50caeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.nf

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ include { CHIPSEQ } from './workflows/chipseq'
3737
include { PREPARE_GENOME } from './subworkflows/local/prepare_genome'
3838
include { PIPELINE_INITIALISATION } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
3939
include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
40-
include { getGenomeAttribute } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
41-
include { getMacsGsize } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
40+
// include { getGenomeAttribute } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
41+
// include { getMacsGsize } from './subworkflows/local/utils_nfcore_chipseq_pipeline'
4242

4343
/*
4444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)