You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ If you've written or modified a tutorial for SCT, and your tutorial relies on ce
16
16
17
17
1. Update the batch scripts ([`batch_single_subject.sh`](https://github.com/spinalcordtoolbox/sct_tutorial_data/blob/master/single_subject/batch_single_subject.sh) and [`process_data.sh`](https://github.com/spinalcordtoolbox/sct_tutorial_data/blob/master/multi_subject/process_data.sh)) with any new or modified commands.
18
18
2. Update the file [`tutorial-datasets.csv`](https://github.com/spinalcordtoolbox/sct_tutorial_data/blob/master/tutorial-datasets.csv) for your tutorial.
19
+
* All of the files you specify will be automatically packaged into a `.zip` download. You can then link to this download at the start of your tutorial.
19
20
* Be sure to specify each file that needs to be present in order to complete your tutorial.
20
21
* Try to re-use the intermediate files generated by earlier tutorial commands. (If you can't, you may commit new files to this repo.)
21
-
* All of the files you specify will be packaged into a `.zip` download that you can link to at the start of your tutorial.
22
22
3. Create a new release by clicking "Run workflow" on [this GitHub Actions page](https://github.com/spinalcordtoolbox/sct_tutorial_data/actions/workflows/create_release.yml).
23
23
* First, the workflow executes the [`batch_single_subject.sh`](https://github.com/spinalcordtoolbox/sct_tutorial_data/blob/master/single_subject/batch_single_subject.sh) script to generate all of the necessary files.
24
24
* Then, it packages up sets of data files into `.zip` downloads.
0 commit comments