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
8be5b471
Commit
8be5b471
authored
Sep 17, 2021
by
Fidel Alfaro Almagro
Browse files
Update bb_prepare_rfMRI
parent
b9345545
Changes
1
Hide whitespace changes
Inline
Side-by-side
bb_functional_pipeline/bb_prepare_rfMRI
View file @
8be5b471
...
...
@@ -6,6 +6,7 @@ nameDir="$PWD/$1"
coeff
=
"
$2
"
cp
$BB_BIN_DIR
/bb_data/design_ICA_nonSmoothed.fsf
$1
/fMRI/rfMRI.fsf
chmod
755
$1
/fMRI/rfMRI.fsf
for
elem
in
`
cat
$1
/fMRI/rfMRI.fsf |
grep
-oP
'_--_\K.*?(?=_-_)'
|
sort
|
uniq
`
;
do
val
=
`
echo
${
!elem
}
|
sed
's|/|\\\/|g'
`
...
...
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