Skip to content

Commit

Permalink
Update the github workflow to use the updated CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lintian-a committed Apr 15, 2024
1 parent f8c6069 commit 0a31f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_readme_works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
wget https://www.hgreer.com/assets/slicer_mirror/RegLib_C01_2.nrrd
- name: Test
run: |
unigradicon-register --fixed=RegLib_C01_2.nrrd --moving=RegLib_C01_1.nrrd \
unigradicon-register --fixed=RegLib_C01_2.nrrd --fixed_modality=mri --moving=RegLib_C01_1.nrrd --moving_modality=mri \
--transform_out=trans.hdf5 --warped_moving_out=warped_C01_1.nrrd --io_iterations=None
unigradicon-register --fixed=RegLib_C01_2.nrrd --moving=RegLib_C01_1.nrrd \
unigradicon-register --fixed=RegLib_C01_2.nrrd --fixed_modality=mri --moving=RegLib_C01_1.nrrd --moving_modality=mri \
--transform_out=trans.hdf5 --warped_moving_out=warped_C01_1.nrrd --io_iterations=3
unigradicon-warp --fixed=RegLib_C01_2.nrrd --moving=RegLib_C01_1.nrrd \
--transform=trans.hdf5 --warped_moving_out=warped_2_C01_1.nrrd --nearest_neighbor

0 comments on commit 0a31f3b

Please sign in to comment.