Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lasso
containers
run-lasso-o_shcu
Commits
643628ff
Commit
643628ff
authored
Jun 04, 2021
by
Carina Lansing
Browse files
Forgot to change the notebooks links to the output data to use the outputs/sgp folder.
parent
f59bbcd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
notebooks/link_output_data.sh
View file @
643628ff
...
...
@@ -24,7 +24,7 @@ def main():
-------------------------------------------------------------------"""
run_dir
=
os.path.dirname
(
os.path.dirname
(
os.path.realpath
(
__file__
)))
outputs_dir
=
os.path.join
(
run_dir,
"data/outputs"
)
outputs_dir
=
os.path.join
(
run_dir,
"data/outputs
/sgp
"
)
data_dir
=
os.path.join
(
run_dir,
"notebooks/DATA"
)
for
parent_folder,
dirs
, files
in
os.walk
(
outputs_dir
)
:
...
...
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