Skip to content

Commit 6689728

Browse files
committed
add note
1 parent fd0e6ab commit 6689728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anyvlm/functions/ingest_vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ def ingest_vcf(vcf_path: Path, av: BaseAnyVarClient, assembly: str = "GRCh38") -
8484
variants = [v for v, _ in batch]
8585
av.put_objects(variants)
8686
for variant, af in batch: # noqa: B007
87-
pass # make a call to a storage class to store frequency data
87+
pass # make a call to a storage class to store frequency data -- see issue 23

0 commit comments

Comments
 (0)