Skip to content
Snippets Groups Projects
Commit 12ed5aa0 authored by Matthew Laird's avatar Matthew Laird
Browse files

Adding correct Sequence Ontology term for protein_coding => mRNA, used for gff3 serializer

parent 70d52970
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ my %gene_so_mapping =
'snoRNA' => 'SO:0001267', #snoRNA_gene
'misc_RNA' => 'SO:0000356', #RNA
'miRNA' => 'SO:0001265', #miRNA_gene
'protein_coding' => 'SO:0000234', #mRNA
'rRNA' => 'SO:0001637', #rRNA_gene
'snRNA' => 'SO:0001268', #snRNA_gene
'snRNA_pseudogene' => 'SO:0000336', # pseudogene
......
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