diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa41839..471b829 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,9 +50,9 @@ test_run_parcellate: script: - radtract_parcellate --streamlines tests/test_data/test_tract.trk --envelope tests/test_data/test_tract_envelope.nii.gz --start tests/test_data/test_tract_b.nii.gz --num_parcels 5 --output tests/test_results/hyperplane_parcellation_command.nii.gz -#test_run_features: -# extends: test_run_parcellate -# script: -# - radtract_features --parcellation test/test_results/hyperplane_parcellation_command.nii.gz --map tests/test_data/test_map.nii.gz --output test/test_results/hyperplane_parcellation_command.csv -# dependencies: -# - test_run_parcellate +test_run_features: + extends: test_run_parcellate + script: + - radtract_features --parcellation tests/test_results/hyperplane_parcellation_command.nii.gz --map tests/test_data/test_map.nii.gz --output tests/test_results/hyperplane_parcellation_command.csv + dependencies: + - test_run_parcellate diff --git a/pyproject.toml b/pyproject.toml index eabe0ae..de1992d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "radtract" -version = "0.1.7" +version = "0.1.8" authors = [ { name="Peter Neher", email="p.neher@dkfz-heidelberg.de" }, ] diff --git a/radtract/__init__.py b/radtract/__init__.py index 616de27..8013cc9 100644 --- a/radtract/__init__.py +++ b/radtract/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" __author__ = 'Peter Neher' __email__ = 'p.neher@dkfz.de' __copyright__ = "Copyright 2023, German Cancer Research Center (DKFZ), Division of Medical Image Computing"