Skip to content
Permalink
460752294f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (10 sloc) 421 Bytes
createTimeout = 60
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'