Skip to content

Commit

Permalink
Add reciprocal connection for orthologs. This make the file much bigg…
Browse files Browse the repository at this point in the history
…er (and take longer to load), but is necessary for Method and Species to show up correctly when viewing from a non-core species
  • Loading branch information
Kevin Howe committed Mar 24, 2022
1 parent 2f07290 commit cf4c611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ENSEMBL/scripts/get_all_elegans_orthologues.pl
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
$homols{$gid2}->{Paralog}->{$species{$gdb1->dbID}}->{$gid1} = 1;
} else {
$homols{$gid1}->{Ortholog}->{$species{$gdb2->dbID}}->{$gid2} = 1;
$homold{$gid2}->{Ortholog}->{$species{$gdb1->dbID}}->{$gdb1} = 1;
}
}
}
Expand Down

0 comments on commit cf4c611

Please sign in to comment.