Skip to content

Commit 0a87b01

Browse files
committed
possible help for gemma issue 108
1 parent 6d4824b commit 0a87b01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ubic/basecode/ontology/search/IndexerSelector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public IndexerSelector() {
6868
unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/gwas_trait" );
6969
unwantedForIndexing.add( "http://www.ebi.ac.uk/efo/definition_editor" );
7070
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
7172
unwantedForIndexing.add( "http://www.geneontology.org/formats/oboInOwl#Definition" );
7273
unwantedForIndexing.add( "http://purl.obolibrary.org/obo/IAO_0000115" ); // 'definition' - too often has extra
7374
// junk.

0 commit comments

Comments
 (0)