Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. {
  2. "genes" : {
  3. "properties" : {
  4. "score" : {
  5. "type" : "string"
  6. },
  7. "phase" : {
  8. "type" : "string"
  9. },
  10. "locus_tag" : {
  11. "type" : "string"
  12. },
  13. "source" : {
  14. "type" : "string"
  15. },
  16. "product" : {
  17. "type" : "string"
  18. },
  19. "ID" : {
  20. "type" : "string"
  21. },
  22. "start" : {
  23. "type" : "integer"
  24. },
  25. "seqid" : {
  26. "type" : "string"
  27. },
  28. "end" : {
  29. "type" : "integer"
  30. },
  31. "subfeatures" : {
  32. "properties" : {
  33. "end" : {
  34. "type" : "integer"
  35. },
  36. "est_cons" : {
  37. "type" : "string"
  38. },
  39. "ec_number" : {
  40. "type" : "string"
  41. },
  42. "seqid" : {
  43. "type" : "string"
  44. },
  45. "length" : {
  46. "type" : "integer"
  47. },
  48. "strand" : {
  49. "type" : "string"
  50. },
  51. "Parent" : {
  52. "type" : "string"
  53. },
  54. "Dbxref" : {
  55. "type" : "string"
  56. },
  57. "Ontology_term" : {
  58. "type" : "string"
  59. },
  60. "start" : {
  61. "type" : "integer"
  62. },
  63. "product" : {
  64. "type" : "string"
  65. },
  66. "ID" : {
  67. "type" : "string"
  68. },
  69. "Note" : {
  70. },
  71. "Name" : {
  72. "type" : "string"
  73. },
  74. "type" : {
  75. "type" : "string"
  76. },
  77. "est_incons" : {
  78. "type" : "string"
  79. },
  80. "phase" : {
  81. "type" : "string"
  82. },
  83. "nb_exon" : {
  84. "type" : "string"
  85. },
  86. "score" : {
  87. "type" : "string"
  88. },
  89. "source" : {
  90. "type" : "string"
  91. },
  92. "locus_tag" : {
  93. "type" : "string"
  94. }
  95. }
  96. },
  97. "type" : {
  98. "type" : "string"
  99. },
  100. "strand" : {
  101. "type" : "string"
  102. },
  103. "Name" : {
  104. "type" : "string"
  105. },
  106. "length" : {
  107. "type" : "integer"
  108. },
  109. "sequence" : {
  110. "properties" : {
  111. "gene" : {
  112. "type" : "string"
  113. },
  114. "mrna" : {
  115. "type" : "string"
  116. },
  117. "ncrna" : {
  118. "type" : "string"
  119. },
  120. "cds" : {
  121. "type" : "string"
  122. },
  123. "prot" : {
  124. "type" : "string"
  125. }
  126. }
  127. }
  128. }
  129. }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement