Skip to content

Commit

Permalink
issue #1144 - fix liftover failure
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 22, 2024
1 parent 9401bcc commit 49d2b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snpdb/liftover.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def create_liftover_pipelines(user: User, alleles: Iterable[Allele],
al = AlleleLiftover(allele=allele,
liftover=liftover,
status=ProcessingStatus.CREATED)
vcf_ids.append(allele)
vcf_ids.append(allele.pk)
variant_coordinates.append(variant_coordinate)
else:
al = AlleleLiftover(allele=allele,
Expand Down

0 comments on commit 49d2b16

Please sign in to comment.