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
44f587f9
Commit
44f587f9
authored
Apr 16, 2018
by
Floreal Cabanettes
Browse files
Fix code
parent
f2c009a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/job_manager.py
View file @
44f587f9
...
...
@@ -1145,7 +1145,7 @@ class JobManager:
self
.
query
=
Fasta
(
name
=
"query"
,
path
=
query_path
,
type_f
=
"local"
)
with
open
(
os
.
path
.
join
(
self
.
output_dir
,
".query"
),
"w"
)
as
qr
:
qr
.
write
(
query_path
)
os
.
remove
(
self
.
backup
.
get_path
())
os
.
remove
(
self
.
backup
.
get_path
())
return
True
except
:
traceback
.
print_exc
()
...
...
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