Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release versions redirects for CL #928

Merged
merged 5 commits into from
Jun 30, 2023
Merged
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
33 changes: 30 additions & 3 deletions config/cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,35 @@ entries:
- prefix: /2011-12-13/
replacement: https://cell-ontology.googlecode.com/svn/releases/2011-12-13/

- prefix: /releases/201
replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/v201
tests:
- from: /releases/2015-08-08/cl.obo
to: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2015-08-08/cl.obo

- prefix: /releases/2020
replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2020
tests:
- from: /releases/2020-01-06/cl.obo
to: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2020-01-06/cl.obo

- prefix: /releases/2021
replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2021
tests:
- from: /releases/2021-01-22/cl.obo
to: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2021-01-22/cl.obo

- prefix: /releases/2022
replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2022
tests:
- from: /releases/2022-01-05/cl.obo
to: https://raw.githubusercontent.com/obophenotype/cell-ontology/v2022-01-05/cl.obo

- prefix: /releases/
replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/v
replacement: https://github.com/obophenotype/cell-ontology/releases/download/v
tests:
- from: /releases/2023-01-09/cl.obo
to: https://github.com/obophenotype/cell-ontology/releases/download/v2023-01-09/cl.obo

- prefix: /tracker/
replacement: https://code.google.com/p/cell-ontology/issues/detail?id=
Expand All @@ -78,10 +105,10 @@ entries:
replacement: https://cell-ontology.googlecode.com/svn/trunk/src/ontology/diffs/

- prefix: /about/
replacement: http://www.ontobee.org/browser/rdf.php?o=CL&iri=http://purl.obolibrary.org/obo/
replacement: https://www.ebi.ac.uk/ols/ontologies/cl/terms?iri=http://purl.obolibrary.org/obo/
tests:
- from: /about/CL_0000000
to: http://www.ontobee.org/browser/rdf.php?o=CL&iri=http://purl.obolibrary.org/obo/CL_0000000
to: https://www.ebi.ac.uk/ols/ontologies/cl/terms?iri=http://purl.obolibrary.org/obo/CL_0000000

- regex: ^/obo/cl/bds/releases/(.*)/bds\.owl$
replacement: https://raw.githubusercontent.com/obophenotype/brain_data_standards_ontologies/$1/bdscratch-full.owl
Expand Down
Loading