Skip to content

Commit

Permalink
added enviroment parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 3, 2018
1 parent eb70872 commit a48bd8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
createTimeout = 60

params {

}

env {
path_bin = $workflow.projectDir/bin
path_env = $workflow.projectDir/masterenv.yml
}

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'
includeConfig '$workflow.projectDir/config/create_gtf.config'

0 comments on commit a48bd8a

Please sign in to comment.