We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4824b commit 0a87b01Copy full SHA for 0a87b01
1 file changed
src/ubic/basecode/ontology/search/IndexerSelector.java
@@ -68,6 +68,7 @@ public IndexerSelector() {
68
unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/gwas_trait" );
69
unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/definition_editor" );
70
unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/example_of_usage" );
71
+ unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/creator" ); // possibly related to issue 108
72
unwantedForIndexing.add( "http://www.geneontology.org/formats/oboInOwl#Definition" );
73
unwantedForIndexing.add( "http://purl.obolibrary.org/obo/IAO_0000115" ); // 'definition' - too often has extra
74
// junk.
0 commit comments