Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
85f31a22
Commit
85f31a22
authored
Jan 10, 2022
by
Martin Schorb
Browse files
finalize run params, remove jars from spark logs
parent
2947b6c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
dash/filetypes/BDV_finalize.py
View file @
85f31a22
...
...
@@ -172,7 +172,7 @@ def bdv_finalize_execute_gobutton(click,jsonfile,launch_store):
run_params
[
'path'
]
=
n5file
# run_params["scale_factors"] = 3 * [[2, 2, 2]],
run_params
[
"resolution"
]
=
res
run_params
[
"resolution"
]
=
str
(
res
)
run_params
[
"unit"
]
=
'nanometer'
...
...
launchers/spark_slurm_template.sh
View file @
85f31a22
...
...
@@ -72,7 +72,7 @@ fi
# CLEAN LOGDIR
shopt
-s
globstar
rm
-f
$LOGDIR
/
**
/worker/
**
/
*
.jar 2> /dev/null
rm
-f
$LOGDIR
/
../
**
/worker/
**
/
*
.jar 2> /dev/null
JOB
=
"
$SLURM_JOB_NAME
-
$SLURM_JOB_ID
"
export
MASTER_URL
=
"spark://
$(
hostname
)
:7077"
...
...
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