Skip to content
Permalink
2e14753e6a
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
15 lines (13 sloc) 514 Bytes
wd = "/mnt/agnerds/Rene.Wiegandt/repo2/masterJLU2018"
createTimeout = 40
params.threads = 10 //Parameter for for scripts! Not for nextflow processes.
params.config = "${wd}/config/uropa.config"
env {
path_bin = "${wd}/bin"
meme_env = "${wd}/meme_suite.yml"
}
includeConfig "${wd}/config/footprint_extraction.config"
includeConfig "${wd}/config/filter_motifs.config"
includeConfig "${wd}/config/cluster.config"
includeConfig "${wd}/config/motif_estimation.config"
includeConfig "${wd}/config/create_gtf.config"