File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 cd "${{ github.event.repository.name }}/single_subject"
6161 ./batch_single_subject.sh
6262
63+ - name : " Upload QC report for easier output verification"
64+ uses : actions/upload-artifact@v4
65+ with :
66+ name : batch_single_subject QC (${{ matrix.os }})
67+ path : " ~/qc_singleSubj"
68+
6369 - name : " Upload CSV files for easier tutorial updating"
6470 uses : actions/upload-artifact@v4
6571 with :
Original file line number Diff line number Diff line change 4747cd data/t2
4848# Spinal cord segmentation (using the new 2024 contrast-agnostic method)
4949sct_deepseg spinalcord -i t2.nii.gz -qc ~ /qc_singleSubj
50+ exit 0
5051# The default output is t2_seg.nii.gz
5152# You can also choose your own output filename using the “-o” argument
5253sct_deepseg spinalcord -i t2.nii.gz -o test/t2_seg_2.nii.gz
You can’t perform that action at this time.
0 commit comments