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
ng6
Commits
52146a94
Commit
52146a94
authored
Jul 09, 2020
by
Romain Therville
🐭
Browse files
Rollback for analysis.py
The last commit to the save_file function has introduced a bug. issues
#129
,
#187
parent
492c9bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ng6/analysis.py
View file @
52146a94
...
...
@@ -622,7 +622,8 @@ class Analysis (Component):
file_name
=
os
.
path
.
basename
(
file
)
else
:
copyfile
(
file
,
os
.
path
.
join
(
self
.
__get_work_directory
(),
file_name
))
return
self
.
get_web_filepath
(
file_name
,
'fileadmin'
)
return
'fileadmin'
+
os
.
path
.
join
(
self
.
directory
,
file_name
)
#return self.get_web_filepath(file_name, 'fileadmin')
def
_save_files
(
self
,
files
,
gzip
=
False
):
"""
...
...
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