Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Grand
ChIPster
Commits
2992a141
Commit
2992a141
authored
Jun 06, 2018
by
nfontrod
Browse files
Rnaseq.config : addition of trimming config
parent
240b4d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Rnaseq.config
View file @
2992a141
...
...
@@ -23,4 +23,31 @@ profiles {
}
}
}
}
\ No newline at end of file
}
profiles
{
docker
{
docker
.
temp
=
'auto'
docker
.
enabled
=
true
process
{
$
trimming
{
container
=
"urqt:d62c1f8"
}
}
}
sge
{
process
{
$
trimming
{
beforeScript
=
"module purge; module load UrQt/d62c1f8"
executor
=
"sge"
cpus
=
4
memory
=
"5GB"
time
=
"6h"
queueSize
=
1000
pollInterval
=
'60sec'
queue
=
'h6-E5-2667v4deb128'
penv
=
'openmp8'
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment