Skip to content
Snippets Groups Projects
nextflow.config 287 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://github.com/nf-core/rnaseq'
  version = '1.0.0'
  mainScript = 'main.nf'
  nextflowVersion = '>=0.31.0'
}