Skip to content
Snippets Groups Projects
Commit 8beeb430 authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

xref-parsing for types mRNA ncRNA snRNA tRNA rRNA pseudogene added

parent 008cd97a
No related branches found
No related tags found
No related merge requests found
......@@ -70,13 +70,14 @@ sub new {
$self->source_name_name('flybase_name');
# gadfly-CG-ids
$self->source_name_gadfly_gene('gadfly_gene_cgid'); # cg-id from genome annotation drosphila
$self->source_name_gadfly_transcript('gadfly_transcript_cgid'); # cg-id from genome annotation drosphila
$self->source_name_gadfly_translation('gadfly_translation_cgid'); # cg-id from genome annotation drosphila
$self->source_name_gadfly_gene('gadfly_gene_cgid'); # cg-id from genome annotation drosphila CG0123
$self->source_name_gadfly_transcript('gadfly_transcript_cgid'); # cg-id from genome annotation drosphila CG0123-RA
$self->source_name_gadfly_translation('gadfly_translation_cgid'); # cg-id from genome annotation drosphila CG0123-PA
my @gene_types = qw (gene pseudogene );
my @gene_types = qw ( gene ) ;
my @translation_types = qw (CDS);
my @transcript_types = qw (mRNA);
my @transcript_types = qw (mRNA ncRNA snRNA tRNA rRNA pseudogene);
$self->gene_types(\@gene_types) ;
$self->translation_types(\@translation_types) ;
......
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