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
Fidel Alfaro Almagro
UK_biobank_pipeline_v_1.5
Commits
d1536c20
Commit
d1536c20
authored
Sep 10, 2021
by
Fidel Alfaro Almagro
Browse files
If the specified GDC coefficient file does not exist, act as if it was never specified.
parent
c8415ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bb_pipeline_tools/bb_pipeline_queue.py
View file @
d1536c20
...
...
@@ -196,6 +196,10 @@ def main():
elif
coeff
==
"prisma"
:
coeff
=
os
.
environ
[
'BB_BIN_DIR'
]
+
"/bb_data/bb_GDC_coeff_prisma.grad"
if
not
os
.
path
.
exists
(
coeff
):
coeff
=
none
# Parsing number of SWI coils argument
if
not
argsa
.
coils_SWI
:
coils_SWI
=
32
...
...
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