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
aeba208c
Commit
aeba208c
authored
May 10, 2021
by
Shaun Warrington
Browse files
Added wayorder option to allow for specific target ordering
parent
6d16fd32
Pipeline
#8370
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
xtract
View file @
aeba208c
...
@@ -464,7 +464,16 @@ while read structstring; do
...
@@ -464,7 +464,16 @@ while read structstring; do
o1
=
"
$o1
--waypoints=
$targetfile
"
o1
=
"
$o1
--waypoints=
$targetfile
"
fi
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
"
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