Skip to content
Snippets Groups Projects
Commit 20640bf6 authored by gb10's avatar gb10
Browse files

Added copy_number_variation type

parent 5951193f
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ GSList* blxCreateSupportedGffTypeList()
addGffType(&supportedTypes, "intron", "SO:0000188", BLXMSP_INTRON);
addGffType(&supportedTypes, "SNP", "SO:0000694", BLXMSP_VARIATION);
addGffType(&supportedTypes, "copy_number_variation", "SO:0001019", BLXMSP_VARIATION);
addGffType(&supportedTypes, "substitution", "SO:1000002", BLXMSP_VARIATION);
addGffType(&supportedTypes, "insertion", "SO:0000694", BLXMSP_VARIATION);
addGffType(&supportedTypes, "deletion", "SO:0000694", BLXMSP_VARIATION);
......
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