Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto_update_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:

validate:
needs: update-resources
uses: bioimage-io/collection-bioimage-io/.github/workflows/validate_resources.yaml@main
uses: fynnbe/collection-bioimage-io/.github/workflows/validate_resources.yaml@main # todo: change orga to bioimage-io
with:
check_validation: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
deploy_to: ${{ github.event_name == 'pull_request' && 'preview' || 'gh-pages' }}

trigger-partner-validation:
needs: validate
if: github.event_name != 'pull_request' && needs.validate.outputs.has_pending_matrices == 'yes'
uses: bioimage-io/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main
uses: fynnbe/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main # todo: change orga to bioimage-io
with:
pending_matrices: ${{ needs.validate.outputs.pending_matrices }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_partner_wf_dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
impl:
uses: bioimage-io/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main
uses: fynnbe/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main # todo: change orga to bioimage-io
with:
pending_matrices: ${{ github.event.inputs.pending_matrices }}
secrets:
Expand Down
7 changes: 7 additions & 0 deletions collection/10.5281/zenodo.7139022/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ owners:
status: accepted
type: model
versions:
- created: '2022-11-15 12:45:25.283984'
doi: 10.5281/zenodo.7323377
name: NIH-3T3 Fibroblast Phase Contrast Segmentation (Usiigaci-Mask R-CNN)
status: accepted
version_id: '7323377'
version_name: version 3
rdf_source: https://zenodo.org/api/files/edca9c16-2eba-492d-ba82-84cb65d209f6/rdf.yaml
- created: '2022-10-14 15:49:01.923282'
doi: 10.5281/zenodo.7199160
name: NIH-3T3 Fibroblast Phase Contrast Segmentation (Usiigaci-Mask R-CNN)
Expand Down