Skip to content
Snippets Groups Projects
nextflow.config 314 B
Newer Older
profiles {
  standard {
    includeConfig 'conf/biohpc.config'
  }
}
Venkat Malladi's avatar
Venkat Malladi committed

manifest {
  name = 'chipseq_analysis'
  description = 'BICF ChIP-seq Analysis Workflow.'
  homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis'
  version = '1.0.6'
Venkat Malladi's avatar
Venkat Malladi committed
  mainScript = 'main.nf'
  nextflowVersion = '>=0.31.0'
}