Skip to content

Commit 99e5d90

Browse files
committed
push
1 parent 6214967 commit 99e5d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v03_pipeline/lib/reference_datasets/splice_ai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def get_ht(
1515
ht = vcf_to_ht(paths, reference_genome)
1616
ht, _ = checkpoint(ht)
1717

18-
1918
# SpliceAI INFO field description from the VCF header: SpliceAIv1.3 variant annotation. These include
2019
# delta scores (DS) and delta positions (DP) for acceptor gain (AG), acceptor loss (AL), donor gain (DG), and
2120
# donor loss (DL). Format: ALLELE|SYMBOL|DS_AG|DS_AL|DS_DG|DS_DL|DP_AG|DP_AL|DP_DG|DP_DL

0 commit comments

Comments
 (0)