Skip to content

Commit

Permalink
fixed naming problem (incorrectly copied filename)
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Dec 19, 2021
1 parent f254351 commit d75574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test_segment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ then
osf -p bt4ez fetch TOMCAT_DIB/sub-02/ses-01_7T/anat/sub-02_ses-01_7T_T1w_defaced.nii.gz /tmp/sub-02_ses-01_7T_T1w_defaced.nii.gz
fi
sudo cp /tmp/sub-01_ses-01_7T_T1w_defaced.nii.gz /tmp/${timeStamp}/01_bids/sub-170705-134431-std-1312211075243167001/ses-1/anat/sub-170705-134431-std-1312211075243167001_ses-1_run-1_T1w.nii.gz
sudo cp /tmp/sub-02_ses-01_7T_T1w_defaced.nii.gz /tmp/${timeStamp}/01_bids/sub-170706-160506-std-1312211075243167001/ses-1/anat/sub-170705-134431-std-1312211075243167001_ses-1_run-1_T1w.nii.gz
sudo cp /tmp/sub-02_ses-01_7T_T1w_defaced.nii.gz /tmp/${timeStamp}/01_bids/sub-170706-160506-std-1312211075243167001/ses-1/anat/sub-170706-160506-std-1312211075243167001_ses-1_run-1_T1w.nii.gz


echo "[DEBUG] starting run_3_segment.py"
Expand Down

0 comments on commit d75574f

Please sign in to comment.