Skip to content

Commit

Permalink
Update to match Bio::Chado::Schema change a828ba8976b7e2f
Browse files Browse the repository at this point in the history
"cvtermsynonym_cvterms" in Cvterm changed to "cvtermsynonyms".
  • Loading branch information
kimrutherford committed Aug 25, 2011
1 parent 6d25e5f commit a72fa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ontology/gaf2chado.pl 100644 → 100755
Expand Up @@ -897,7 +897,7 @@ sub _preload_evcode_cache {
return if !$rs->count;

my $syn_rs = $rs->first->cvterms->search_related(
'cvtermsynonym_cvterms',
'cvtermsynonyms',
{ 'type.name' => { -in => [qw/EXACT RELATED/] },
'cv.name' => 'synonym_type'
},
Expand Down

0 comments on commit a72fa59

Please sign in to comment.