Skip to content
Snippets Groups Projects
Unverified Commit 543e35a0 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

deepTools: add config file for bam_to_bigwig

parent 85a68216
No related branches found
No related tags found
No related merge requests found
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
withName: bam_to_bigwig {
container = "deeptools:3.0.2"
}
}
}
psmn {
process{
withName: bam_to_bigwig {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "deepTools/3.0.2"
executor = "sge"
clusterOptions = "-m e -cwd -V"
memory = "20GB"
time = "12h"
queue = 'monointeldeb128'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment