Skip to content

Commit

Permalink
Fix for #607. Removed override for PCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Jan 11, 2024
1 parent 2a6c4fc commit a544fa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion dataload/configs/pcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@
"title": "Provisional Cell Ontology",
"tracker": "https://github.com/obophenotype/provisional_cell_ontology/issues"
}
]
]
}

4 changes: 3 additions & 1 deletion dataload/pre_download.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ fi
# exit if anything fails
set -e

SCRIPT_PATH=$(dirname $(readlink -f $0))

config_url=$1
download_dir=$2

mkdir -p $download_dir


java -DentityExpansionLimit=0 -DtotalEntitySizeLimit=0 -Djdk.xml.totalEntitySizeLimit=0 -Djdk.xml.entityExpansionLimit=0 \
-jar ./predownloader/target/predownloader-1.0-SNAPSHOT.jar --config $config_url --downloadPath $download_dir
-jar $SCRIPT_PATH/predownloader/target/predownloader-1.0-SNAPSHOT.jar --config $config_url --downloadPath $download_dir
23 changes: 0 additions & 23 deletions ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,29 +997,6 @@
"ontology_purl": "file:///nfs/production/parkinso/spot/ols4/prod/local_ontologies/snomed.owl",
"allowDownload": false
},
{
"id": "pcl",
"preferredPrefix": "PCL",
"title": "Provisional Cell Ontology",
"description": "Cell types that are provisionally defined by experimental techniques such as single cell or single nucleus transcriptomics rather than a straightforward \u0026 coherent set of properties.",
"uri": "https://raw.githubusercontent.com/obophenotype/provisional_cell_ontology/master/pcl-full.owl",
"base_uri": [
"http://purl.obolibrary.org/obo/PCL_"
],
"synonym_property": [
"http://www.geneontology.org/formats/oboInOwl#hasExactSynonym"
],
"definition_property": [
"http://purl.obolibrary.org/obo/IAO_0000115"
],
"preferred_root_term": [
"http://purl.obolibrary.org/obo/CL_0000000"
],
"reasoner": "EL",
"oboSlims": false,
"ontology_purl": "https://raw.githubusercontent.com/obophenotype/provisional_cell_ontology/master/pcl-full.owl",
"allowDownload": false
},
{
"id": "shareloc",
"preferredPrefix": "SHARELOC",
Expand Down

0 comments on commit a544fa0

Please sign in to comment.