Skip to content
Snippets Groups Projects
Commit 4e0d0cb2 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

lots to do, just cleaned up now

parent 49c8f2d6
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,12 @@ my $db = $multi->get_DBAdaptor( "core" );
my $gene = $db->get_GeneAdaptor->fetch_by_transcript_stable_id( "ENST00000217347" );
my $geneid = $gene->stable_id;
ok( $geneid );
$gene = $db->get_GeneAdaptor->fetch_by_Peptide_id( "ENSP00000278995" );
$geneid = $gene->stable_id;
$gene = $db->get_GeneAdaptor()->fetch_by_stable_id( "ENSG00000101321" );
ok( $gene );
ok( 1);
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