diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 0ba2e3a..edc1eb4 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -6,7 +6,6 @@ addReviewers: true addAssignees: author # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - - mackenziesnyder - ataha24 - Dhananjhay # A number of reviewers added to the pull request diff --git a/.github/workflows/lint-and-dryrun-testing.yml b/.github/workflows/lint-and-dryrun-testing.yml index c10af65..0719aca 100644 --- a/.github/workflows/lint-and-dryrun-testing.yml +++ b/.github/workflows/lint-and-dryrun-testing.yml @@ -49,7 +49,7 @@ jobs: echo "AUTOAFIDS_CACHE_DIR=`pwd`/test_data/autoafids_cache_dir" >> $GITHUB_ENV - name: Test T1w modality run: | - ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 -np + ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 -np - name: Test T2w modality run: | ./autoafids/run.py test_data/bids_T2w test_out participant --modality T2w -np -c1 @@ -58,10 +58,10 @@ jobs: ./autoafids/run.py test_data/bids_ct test_out participant --modality ct -np -c1 - name: Test stereotaxy feature with T1w modality run: | - ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 --stereotaxy STN -np + ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 --stereotaxy STN -np - name: Test stereotaxy feature with T2w modality run: | ./autoafids/run.py test_data/bids_T2w test_out participant --stereotaxy STN --modality T2w -np -c1 - name: Test fidqc feature run: |- - ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 --fidqc -np + ./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 --fidqc -np diff --git a/test_data/bids_T1w/sub-001/anat/sub-001_T1w.nii.gz b/test_data/bids_T1w/sub-001/anat/sub-001_T1w.nii.gz deleted file mode 100644 index e69de29..0000000 diff --git a/test_data/bids_T1w/sub-001/func/sub-001_task-rest_run-1_bold.nii.gz b/test_data/bids_T1w/sub-001/func/sub-001_task-rest_run-1_bold.nii.gz deleted file mode 100644 index e69de29..0000000 diff --git a/test_data/bids_T1w/sub-001/func/sub-001_task-rest_run-2_bold.nii.gz b/test_data/bids_T1w/sub-001/func/sub-001_task-rest_run-2_bold.nii.gz deleted file mode 100644 index e69de29..0000000