Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos GO
RNAmigos_server
Commits
44c1048f
Commit
44c1048f
authored
Jun 17, 2020
by
Carlos GO
Browse files
pdb print
parent
c7512614
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.py
View file @
44c1048f
...
...
@@ -84,6 +84,7 @@ def submitted():
f
=
request
.
files
[
'pdb'
]
filename
=
secure_filename
(
f
.
filename
)
save_path
=
os
.
path
.
join
(
app
.
config
[
'UPLOAD_FOLDER'
],
str
(
job_id
),
filename
)
print
(
f
"GOT PDB, saving in:
{
save_path
}
"
)
f
.
save
(
save_path
)
pdb
=
save_path
...
...
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