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
Christoph Arthofer
ms_templates
Commits
d480e3ba
Commit
d480e3ba
authored
May 13, 2021
by
Christoph Arthofer
Browse files
added lesion mask support
parent
fdc2f62f
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_template_construction.py
View file @
d480e3ba
...
@@ -477,7 +477,7 @@ def applyWarpWrapper(img_path, ref_path, warped_path, warp_path, interp='spline'
...
@@ -477,7 +477,7 @@ def applyWarpWrapper(img_path, ref_path, warped_path, warp_path, interp='spline'
# return job_id
# return job_id
def
fslsubWrapper
(
name
,
log_dir
,
queue
,
wait_for
=
[],
script
=
None
,
command
=
None
,
coprocessor_class
=
None
,
def
submitJob
(
name
,
log_dir
,
queue
,
wait_for
=
[],
script
=
None
,
command
=
None
,
coprocessor_class
=
None
,
coprocessor
=
None
,
export_var
=
None
,
debug
=
False
):
coprocessor
=
None
,
export_var
=
None
,
debug
=
False
):
"""! Wrapper for fslsub - submits a job to the cluster. This function can be easily extended to work with other workload managers.
"""! Wrapper for fslsub - submits a job to the cluster. This function can be easily extended to work with other workload managers.
...
...
Write
Preview
Supports
Markdown
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