Skip to content
GitLab
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
39ca7258
Commit
39ca7258
authored
Apr 10, 2018
by
Floreal Cabanettes
Browse files
Fix bad check
parent
13a95bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/job_manager.py
View file @
39ca7258
...
...
@@ -602,7 +602,7 @@ class JobManager:
if
not
getattr
(
validators
,
self
.
aln_format
)(
self
.
align
.
get_path
()):
self
.
set_job_status
(
"fail"
,
"Alignment file is invalid. Please check your file."
)
return
False
,
True
,
None
el
se
:
el
if
input_type
!=
"backup"
:
if
self
.
config
.
batch_system_type
!=
"local"
and
file_size
>=
getattr
(
self
.
config
,
"min_%s_size"
%
input_type
):
should_be_local
=
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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