Skip to content

Commit b03233f

Browse files
rc7
1 parent 069647d commit b03233f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_on_prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
sudo rm -rf /home/runner/work/macapype/macapype/macapype_CI_v2.1/cerimed_marmo/results
251251

252252
run-pretest-ants-4animal-marmo:
253-
name: Running all existing pipelines in macapype_CI_v2.1.zip (ANTS_4animal marmo)
253+
name: Running all existing pipelines in macapype_CI_v2.1.zip (ANTS_4animal_noseg marmo)
254254
needs: docker-build
255255
runs-on: ubuntu-latest
256256
timeout-minutes: 1440
@@ -276,9 +276,9 @@ jobs:
276276
ls macapype_CI_v2.1/cerimed_marmo
277277
echo ""
278278
279-
- name: Running test pipeline cerimed_marmo ANTS_4animal T1 T2
279+
- name: Running test pipeline cerimed_marmo ANTS_4animal_noseg T1 T2
280280
run: |
281-
docker run -i -v /home/runner/work/macapype/macapype/macapype_CI_v2.1:/data macatools/macapype:latest segment_pnh -data /data/cerimed_marmo -out /data/cerimed_marmo/results -soft ANTS_4animal -species marmo -sub Tresor -ses 01 -deriv -pad -dt T1 T2
281+
docker run -i -v /home/runner/work/macapype/macapype/macapype_CI_v2.1:/data macatools/macapype:latest segment_pnh -data /data/cerimed_marmo -out /data/cerimed_marmo/results -soft ANTS_4animal_noseg -species marmo -sub Tresor -ses 01 -deriv -pad -dt T1 T2
282282
283283
ls /home/runner/work/macapype/macapype/macapype_CI_v2.1/cerimed_marmo/results/
284284

.github/workflows/build_on_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
sudo rm -rf /home/runner/work/macapype/macapype/macapype_CI_v2.1/cerimed_marmo/results
251251

252252
run-pretest-ants-4animal-marmo:
253-
name: Running all existing pipelines in macapype_CI_v2.1.zip (ANTS_4animal marmo)
253+
name: Running all existing pipelines in macapype_CI_v2.1.zip (ANTS_4animal_noseg marmo)
254254
needs: docker-build
255255
runs-on: ubuntu-latest
256256
timeout-minutes: 1440
@@ -276,9 +276,9 @@ jobs:
276276
ls macapype_CI_v2.1/cerimed_marmo
277277
echo ""
278278
279-
- name: Running test pipeline cerimed_marmo ANTS_4animal T1 T2
279+
- name: Running test pipeline cerimed_marmo ANTS_4animal_noseg T1 T2
280280
run: |
281-
docker run -i -v /home/runner/work/macapype/macapype/macapype_CI_v2.1:/data macatools/macapype:latest segment_pnh -data /data/cerimed_marmo -out /data/cerimed_marmo/results -soft ANTS_4animal -species marmo -sub Tresor -ses 01 -deriv -pad -dt T1 T2
281+
docker run -i -v /home/runner/work/macapype/macapype/macapype_CI_v2.1:/data macatools/macapype:latest segment_pnh -data /data/cerimed_marmo -out /data/cerimed_marmo/results -soft ANTS_4animal_noseg -species marmo -sub Tresor -ses 01 -deriv -pad -dt T1 T2
282282
283283
ls /home/runner/work/macapype/macapype/macapype_CI_v2.1/cerimed_marmo/results/
284284

macapype/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.11-rc6'
1+
__version__ = '0.5.11-rc7'

0 commit comments

Comments
 (0)