We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0e6ab commit 6689728Copy full SHA for 6689728
src/anyvlm/functions/ingest_vcf.py
@@ -84,4 +84,4 @@ def ingest_vcf(vcf_path: Path, av: BaseAnyVarClient, assembly: str = "GRCh38") -
84
variants = [v for v, _ in batch]
85
av.put_objects(variants)
86
for variant, af in batch: # noqa: B007
87
- pass # make a call to a storage class to store frequency data
+ pass # make a call to a storage class to store frequency data -- see issue 23
0 commit comments