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
364ac882
Commit
364ac882
authored
Feb 06, 2018
by
Floreal Cabanettes
Browse files
Fix out filename
parent
758e7428
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/paf.py
View file @
364ac882
...
...
@@ -685,7 +685,9 @@ class Paf:
o_fasta
=
os
.
path
.
join
(
os
.
path
.
dirname
(
query_fasta
),
"as_reference_"
+
os
.
path
.
basename
(
query_fasta
))
if
o_fasta
.
endswith
(
".gz"
):
o_fasta
=
o_fasta
[:
-
3
]
if
not
os
.
path
.
exists
(
o_fasta
):
if
os
.
path
.
exists
(
o_fasta
):
query_fasta
=
o_fasta
else
:
uncompressed
=
False
if
query_fasta
.
endswith
(
".gz"
):
uncompressed
=
True
...
...
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