Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from BICF / Astrocyte / chipseq_analysis
170 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'
}