File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ entries:
2525 - from : /imports/ro_import.owl
2626 to : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/imports/ro_import.owl
2727
28+ - prefix : /translations/
29+ replacement : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/releases/translations/
30+ tests :
31+ - from : /translations/doid-es.owl
32+ to : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/releases/translations/doid-es.owl
33+
34+ - regex : ^/obo/doid/releases/([^\s/]+)/translations/(\S+)$
35+ replacement : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/v$1/src/ontology/releases/translations/$2
36+ tests :
37+ - from : /releases/2025-01-31/translations/doid-international.owl
38+ to : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/v2025-01-31/src/ontology/releases/translations/doid-international.owl
39+
2840- regex : ^/obo/doid/releases/([^\s/]+)/(\S+)$
2941 replacement : https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/v$1/src/ontology/$2
3042 tests :
You can’t perform that action at this time.
0 commit comments