Skip to content

Commit

Permalink
added nextflow configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 3, 2018
1 parent 4277a65 commit 146b7f8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Empty file added config/cluster.config
Empty file.
Empty file added config/create_gtf.config
Empty file.
Empty file added config/motif_estimation.config
Empty file.
Empty file added config/peak_calling.config
Empty file.
15 changes: 15 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
createTimeout = 60

params {

}

env {
path_bin = $workflow.projectDir/bin
}

includeConfig '$workflow.projectDir/config/peak_calling.config'
includeConfig '$workflow.projectDir/config/1.2.config'
includeConfig '$workflow.projectDir/config/cluster.config'
includeConfig '$workflow.projectDir/config/motif_estimation.config'
includeConfig '$workflow.projectDir/config/create_gtf.config'

0 comments on commit 146b7f8

Please sign in to comment.