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
vidjil
vidjil
Commits
e9a88a82
Commit
e9a88a82
authored
Jun 22, 2016
by
florian.thonier
Browse files
fuse.py : os.unlink error correction.
parent
67916323
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/fuse.py
View file @
e9a88a82
...
...
@@ -743,7 +743,7 @@ def main():
for
i
in
range
(
len
(
jlist_fused
.
d
[
"clones"
]))
:
fasta
+=
">>"
+
str
(
i
)
+
"
\n
"
fasta
+=
jlist_fused
.
d
[
"clones"
][
i
].
d
[
"id"
]
+
"
\n
"
fasta_file
=
tempfile
.
NamedTemporaryFile
()
fasta_file
=
tempfile
.
NamedTemporaryFile
(
delete
=
False
)
fasta_file
.
write
(
fasta
)
try
:
out
=
subprocess
.
check_output
([
TOOL_SIMILARITY
,
"-j"
,
fasta_file
.
name
])
...
...
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