Skip to content

Commit

Permalink
Workaround for #13
Browse files Browse the repository at this point in the history
from docker branch

removed puelia README
  • Loading branch information
stain committed Nov 21, 2016
1 parent 801096e commit c7add81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
36 changes: 0 additions & 36 deletions README

This file was deleted.

6 changes: 4 additions & 2 deletions ops_ims.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class OpsIms {
'?pw_uri' => 'http://identifiers.org/wikipathways/',
'?pw_compound_uri' => '',
'?pw_target_uri' => '',
'?pw_entity_uri' => '',
'?pw_ref_uri' => 'http://identifiers.org/pubmed/',
'?schembl_target_uri' => 'http://rdf.ebi.ac.uk/resource/surechembl/target/',
'?schembl_compound_uri' => 'http://rdf.ebi.ac.uk/resource/surechembl/molecule/',
Expand All @@ -38,6 +39,7 @@ class OpsIms {
'?ims_ocrs_compound_uri'=>'http://ops.rsc.org/OPS' ,
'?ims_db_compound_uri'=>'http://bio2rdf.org/drugbank:',
'?ims_db_target_uri'=>'http://bio2rdf.org/drugbank',
'?ims_schembl_compound_uri' => 'http://rdf.ebi.ac.uk/resource/surechembl/molecule/',
'?ims_dg_gene_uri' => 'http://identifiers.org/ncbigene/',
'?ims_umls_disease_uri' => 'http://linkedlifedata.com/resource/umls/id/',
'?ims_omim_disease_uri' => 'http://identifiers.org/omim/',
Expand Down Expand Up @@ -280,9 +282,9 @@ private function buildFilterFromMappings($graph, $uriList, $variableName, &$expa
$filter.= " }";
}
else{
$filter = " VALUES {$variableName} { ops:no_mappings_found }" ;
$filter = " VALUES {$variableName} { <http://www.openphacts.org/api#no_mappings_found> }" ;
}

// logDebug("FILTER clause: ". $filter);
return $filter;
}

Expand Down

0 comments on commit c7add81

Please sign in to comment.