An error occurred while loading the file. Please try again.
-
Jeremy Mathews authoredd41309dc
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from
BICF / Astrocyte / chipseq_analysis
182 commits behind the upstream repository.
nextflow.config 314 B
profiles {
standard {
includeConfig 'conf/biohpc.config'
}
}
manifest {
name = 'chipseq_analysis'
description = 'BICF ChIP-seq Analysis Workflow.'
homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis'
version = '1.0.6'
mainScript = 'main.nf'
nextflowVersion = '>=0.31.0'
}