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
genotoul-bioinfo
D-GENIES
Commits
584b40ec
Commit
584b40ec
authored
Feb 02, 2018
by
Floreal Cabanettes
Browse files
Cluster: add name to jobs
parent
9d218452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/job_manager.py
View file @
584b40ec
...
...
@@ -276,6 +276,7 @@ class JobManager:
jt
=
s
.
createJobTemplate
()
jt
.
remoteCommand
=
command
jt
.
args
=
args
jt
.
jobName
=
"_"
.
join
([
step
,
self
.
id_job
])
if
log_out
==
log_err
:
jt
.
joinFiles
=
True
jt
.
outputPath
=
":"
+
log_out
...
...
Write
Preview
Markdown
is supported
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