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
e266b136
Commit
e266b136
authored
Jan 15, 2018
by
Floreal Cabanettes
Browse files
Fix submit test script
parent
2aecae8b
Changes
2
Show whitespace changes
Inline
Side-by-side
src/dgenies/templates/result
s
.html
→
src/dgenies/templates/result.html
View file @
e266b136
File moved
tests/submit_parallel_jobs.py
View file @
e266b136
...
...
@@ -217,7 +217,7 @@ def print_status(counts_by_status):
def
mv_file
(
log_file
,
status
):
log_file
=
glob
(
log_file
+
"*"
)
log_file
=
glob
(
log_file
+
"
.
*"
)
if
len
(
log_file
)
==
1
:
log_file
=
log_file
[
0
]
dirname
=
os
.
path
.
dirname
(
log_file
)
...
...
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