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
986ca4be
Commit
986ca4be
authored
Feb 06, 2018
by
Floreal Cabanettes
Browse files
Fix filename
parent
89eba178
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/paf.py
View file @
986ca4be
...
...
@@ -719,7 +719,7 @@ class Paf:
Functions
.
send_fasta_ready
(
mailer
=
self
.
mailer
,
job_name
=
self
.
id_job
,
sample_name
=
"as_reference_"
+
os
.
path
.
basename
(
query_fasta
).
rsplit
(
"."
)[
0
],
sample_name
=
"as_reference_"
+
os
.
path
.
basename
(
query_fasta
).
rsplit
(
"."
,
1
)[
0
],
compressed
=
False
,
path
=
"download"
,
status
=
status
)
...
...
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