Răsfoiți Sursa

todo: dbsnp doesnt report that

Thomas 10 ore în urmă
părinte
comite
e454674804
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      src/annotation/dbsnp.rs

+ 5 - 0
src/annotation/dbsnp.rs

@@ -12,6 +12,11 @@ use crate::{
     variant::vcf_variant::{Info, VcfVariant},
 };
 
+
+// TODO;
+// handle: chr5    141739987       rs1754540290    G       A       .       PASS    GENEINFO=PCDHB13:56123;NSM;RS=1754540290;SSR=0;VC=SNV;dbSNPBuildID=155
+
+
 #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Encode, Decode)]
 pub struct DbSnpFreqEntry {
     pub source: String,