Skip to content

Commit

Permalink
Merge pull request #6 from spirosmaggioros/main
Browse files Browse the repository at this point in the history
Remove html report and some changes on readme
  • Loading branch information
spirosmaggioros authored Aug 29, 2024
2 parents fa2f8de + b884d60 commit c4067cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 77,325 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
miniconda-version: "latest"
- name: Install dependencies
run: |
python -m pip cache purge
pip install -r requirements.txt
- name: pipeline test for vTest1 using spare
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
miniconda-version: "latest"
- name: Install dependencies
run: |
python -m pip cache purge
pip install -r requirements.txt
- name: pipeline test for vTest1 using spare
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ NiChart is a comprehensive framework designed to revolutionize neuroimaging rese

## Example Usage

1. `python3 run.py --dir_input input folder --dir_output output_folder --studies 1 --version my_version --cores 4 --conda 0` # this will run the pipeline using 4 cores without initializing a new conda environment with an input folder containing 1 study
2. `python3 run.py --dir_input input folder --dir_output output_folder --studies 2 --version my_version --cores 2 --conda 1` # this will run the pipeline using 2 cores initializing a new conda environment with an input folder containing 2 studies
3. `python3 run.py --dir_input input folder --dir_output output_folder --studies 2 --version my_version --cores 2 --conda 1 --dry_run 1` # this will perform a dry run for the same parameters
1. `python3 run.py --dir_input input folder --dir_output output_folder --studies 1 --version my_version --cores 4 --conda 0` this will run the pipeline using 4 cores without initializing a new conda environment with an input folder containing 1 study
2. `python3 run.py --dir_input input folder --dir_output output_folder --studies 2 --version my_version --cores 2 --conda 1` this will run the pipeline using 2 cores initializing a new conda environment with an input folder containing 2 studies
3. `python3 run.py --dir_input input folder --dir_output output_folder --studies 2 --version my_version --cores 2 --conda 1 --dry_run 1` this will perform a dry run for the same parameters
---

© 2024 CBICA. All Rights Reserved.
77,322 changes: 0 additions & 77,322 deletions src/workflow/workflows/w_sMRI/report.html

This file was deleted.

0 comments on commit c4067cb

Please sign in to comment.