Skip to content
Snippets Groups Projects
Commit 75f7d197 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

type->biotype

parent b063b7be
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ ok ( $newgene->biotype eq 'protein_coding' );
my $dbEntryAdaptor= $db->get_DBEntryAdaptor();
$gene->display_xref( $dbEntryAdaptor->fetch_by_dbID( 614 ));
$gene->type('dummy');
$gene->biotype('dummy');
$ga->update($gene);
$newgene = $ga->fetch_by_stable_id( "ENSG00000171456" );
......
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