Skip to content

Commit

Permalink
batch_single_subject.sh: Add missing cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton authored Oct 30, 2023
1 parent ca3abe9 commit ac2438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_subject/batch_single_subject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sct_compute_compression -i t2_compressed_seg.nii.gz -vertfile t2_compressed_seg_

# Registering T2 data to the PAM50 template
# ======================================================================================================================

cd ../t2
# Register t2->template.
sct_register_to_template -i t2.nii.gz -s t2_seg.nii.gz -l t2_labels_vert.nii.gz -c t2 -qc ~/qc_singleSubj
# Note: By default the PAM50 template is selected. You can also select your own template using flag -t.
Expand Down

0 comments on commit ac2438c

Please sign in to comment.