Thomas 10 bulan lalu
induk
melakukan
9bbc001a1e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      jq_filters/jq_variants.jq

+ 1 - 1
jq_filters/jq_variants.jq

@@ -44,7 +44,7 @@ def consequence(csq):
 		.data[] | 
 		{
 			chr: num_to_contig(.position.contig),
-			position: .position.position,
+			position: .position.position + 1,
 			has_consequence: ([ .annotations[] | select(has("VEP")) | .VEP[] | .consequence | contains([csq])] | any) 
 		}
 	];