Skip to content

Commit

Permalink
Merge pull request #57 from brain-bican/hkir-dev-patch-2
Browse files Browse the repository at this point in the history
WMB taxonomy moved to brain-bican
  • Loading branch information
hkir-dev authored Oct 10, 2024
2 parents 5c3de7a + 3c827a8 commit f6c2fef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/taxonomy/CCN20230722.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ idspace: CCN20230722
base_url: /taxonomy/CCN20230722

products:
- CCN20230722.json: https://raw.githubusercontent.com/Cellular-Semantics/whole_mouse_brain_taxonomy/main/CCN20230722.json
- CCN20230722.json: https://raw.githubusercontent.com/brain-bican/whole_mouse_brain_taxonomy/main/CCN20230722.json

base_redirect: https://cellular-semantics.github.io/whole_mouse_brain_taxonomy
base_redirect: https://brain-bican.github.io/whole_mouse_brain_taxonomy

entries:

# https://purl.brain-bican.org/taxonomy/CCN20230722/CCN20230722.json
- exact: /CCN20230722.json
replacement: https://raw.githubusercontent.com/Cellular-Semantics/whole_mouse_brain_taxonomy/main/CCN20230722.json
replacement: https://raw.githubusercontent.com/brain-bican/whole_mouse_brain_taxonomy/main/CCN20230722.json

# https://purl.brain-bican.org/taxonomy/CCN20230722/releases/2023-09-24/CCN20230722.json
- prefix: /releases/
replacement: https://raw.githubusercontent.com/Cellular-Semantics/whole_mouse_brain_taxonomy/v
replacement: https://raw.githubusercontent.com/brain-bican/whole_mouse_brain_taxonomy/v
tests:
- from: /releases/2023-09-24/
to: https://raw.githubusercontent.com/Cellular-Semantics/whole_mouse_brain_taxonomy/v2023-09-24/
to: https://raw.githubusercontent.com/brain-bican/whole_mouse_brain_taxonomy/v2023-09-24/

# This config should be the last item since it will catch all remaining paths
# https://purl.brain-bican.org/taxonomy/CCN20230722/CS20230722_CLAS_01
- regex: ^/taxonomy/CCN20230722/CS20230722_(.*)$
replacement: https://cellular-semantics.github.io/whole_mouse_brain_taxonomy/cell_sets/CS20230722_$1
replacement: https://brain-bican.github.io/whole_mouse_brain_taxonomy/cell_sets/CS20230722_$1
tests:
- from: /CCN20230722/CS20230722_CLAS_01
to: https://cellular-semantics.github.io/whole_mouse_brain_taxonomy/cell_sets/CS20230722_CLAS_01
to: https://brain-bican.github.io/whole_mouse_brain_taxonomy/cell_sets/CS20230722_CLAS_01

0 comments on commit f6c2fef

Please sign in to comment.