Skip to content
Snippets Groups Projects
Commit 7398663b authored by Rhoda Kinsella's avatar Rhoda Kinsella
Browse files

Changed query_identity to xref_identity and target_identity to ensembl_identity

parent b64a3b84
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ my $ident_xref = Bio::EnsEMBL::IdentityXref->new
-display_id => "Ens related Ident"
);
$ident_xref->query_identity( 100 );
$ident_xref->target_identity( 95 );
$ident_xref->xref_identity( 100 );
$ident_xref->ensembl_identity( 95 );
my $goref = Bio::EnsEMBL::GoXref->new
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment