From 20640bf600131440563087998e39187611c2726c Mon Sep 17 00:00:00 2001
From: gb10 <gb10>
Date: Tue, 5 Oct 2010 17:07:10 +0000
Subject: [PATCH] Added copy_number_variation type

---
 blxGff3Parser.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blxGff3Parser.c b/blxGff3Parser.c
index 5610143e..ee645d6a 100644
--- a/blxGff3Parser.c
+++ b/blxGff3Parser.c
@@ -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);
-- 
GitLab