Skip to content
Snippets Groups Projects
Commit f1238479 authored by James Allen's avatar James Allen
Browse files

Typo, variable should be $xref_end, not $xref_start

parent cf63248f
No related branches found
No related tags found
2 merge requests!150Typo in Identity Xref function, variable should be $xref_end, not $xref_start,!150Typo in Identity Xref function, variable should be $xref_end, not $xref_start
......@@ -107,7 +107,7 @@ sub new {
$self->{'evalue'} = $evalue;
$self->{'cigar_line'} = $cigar_line;
$self->{'xref_start'} = $query_start || $xref_start;
$self->{'xref_end'} = $query_end || $xref_start;
$self->{'xref_end'} = $query_end || $xref_end;
$self->{'ensembl_start'} = $translation_start || $ensembl_start;
$self->{'ensembl_end'} = $translation_end || $ensembl_end;
$self->{'analysis'} = $analysis;
......
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