Skip to content

Commit

Permalink
Merge pull request #7 from sct-pipeline/af/add_requirements
Browse files Browse the repository at this point in the history
Add requirements
  • Loading branch information
alexfoias authored Dec 21, 2021
2 parents ae763f1 + 0674396 commit d196de8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ The main steps involve:
- QC analysis, manual correction of spinal cord masks and vertebral labeling
- Re-run analysis with corrected masks
- Aggregate results into CSV file

How to use:
```
pip install -r requirements.txt
sct_run_batch -jobs -1 -path-data ~/data/levin-stroke -path-output ~/levin_results/ -script ~/code/levin-stroke/process_data.sh
```
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shyaml

0 comments on commit d196de8

Please sign in to comment.