Skip to content
Snippets Groups Projects
Commit 94220dc6 authored by Laurent Gil's avatar Laurent Gil
Browse files

Replace deprecated Variation method

parent 20c92622
No related branches found
No related tags found
2 merge requests!160Replace deprecated Variation method,!160Replace deprecated Variation method
......@@ -901,7 +901,7 @@ sub _dump_feature_table {
$self->write(@ff, '' , '/replace="'.$snp->allele_string.'"');
#$self->write(@ff, '' , '/evidence="'.$snp->status.'"');
my $rs_id = $snp->variation_name();
my $db = $snp->source();
my $db = $snp->source_name();
# foreach my $link ($snp->each_DBLink) {
# my $id = $link->primary_id;
# my $db = $link->database;
......
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