Skip to content

Commit

Permalink
Only IBA-to-exp qual exact match equals agreement - issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 committed Dec 31, 2019
1 parent 0978844 commit 4e0bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createGAF.pl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
if (defined $exp_qualifier{$gene} && defined $exp_qualifier{$gene}{$go}){
foreach my $ev_id (keys %{$exp_qualifier{$gene}{$go}}){
foreach my $exp_qual (keys %{$exp_qualifier{$gene}{$go}{$ev_id}}){
if ((exists($positive_quals{$exp_qual}) && exists($positive_quals{$qual})) || (exists($negative_quals{$exp_qual}) && exists($negative_quals{$qual}))) {
if ($qual eq $exp_qual) {
# IBA qualifier is valid if agreement w/ any same-term experimental annotation qualifier
$qual_supported=1;
}
Expand Down

0 comments on commit 4e0bbfa

Please sign in to comment.