Skip to content

Commit

Permalink
Merge pull request #6 from sct-pipeline/af/remove_sub-config
Browse files Browse the repository at this point in the history
Fix select data
  • Loading branch information
alexfoias authored Dec 20, 2021
2 parents b13866a + a876d8a commit ae763f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion process_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ segment_gm_if_does_not_exist(){
select_subject_data(){
arg1=$1
arg2=$2
CONTRAST_CONFIG="$(cat $PATH_DATA/sub-config.yml | shyaml get-value subjects.$1.$2 '')"
CONTRAST_CONFIG="$(cat $PATH_DATA/include.yml | shyaml get-value subjects.$1.$2 '')"
# echo Please enter the path of the subjects yaml
# read path_subjects_yaml
}
Expand Down
8 changes: 0 additions & 8 deletions sub-config.yml

This file was deleted.

0 comments on commit ae763f1

Please sign in to comment.