Skip to content

Commit

Permalink
one more data->base
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Mar 19, 2019
1 parent bb025d4 commit 129befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/importer/data_importer/raw_data_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _insert_variants(self):
hom_counts = [int(count) for count in info['AC_Hom'].split(',')]

fmt_alleles = ['{}-{}-{}-{}'
.format(data['chrom'],
.format(base['chrom'],
*get_minimal_representation(base['pos'],
base['ref'],
x))
Expand Down

0 comments on commit 129befd

Please sign in to comment.