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
FSL
xtract
Commits
10cf76ad
Commit
10cf76ad
authored
May 10, 2021
by
Shaun Warrington
Browse files
Merge branch 'wayorder' into 'master'
Wayorder See merge request
!18
parents
6d16fd32
aeba208c
Pipeline
#8372
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
xtract
View file @
10cf76ad
...
...
@@ -464,7 +464,16 @@ while read structstring; do
o1
=
"
$o1
--waypoints=
$targetfile
"
fi
# Outputs
if
[
-e
"
$maskdir
/wayorder"
]
;
then
o1
=
"
$o1
--wayorder "
fi
if
[
-e
"
$maskdir
/wayorder"
]
&&
[
-e
"
$maskdir
/invert"
]
;
then
echo
"Invert and wayorder options selected. Cannot use both! Exiting now"
exit
1
fi
# Outputs
o1
=
"
$o1
-o density --dir=
$out
/tracts/
$struct
"
...
...
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