Skip to content

Commit

Permalink
Remove metadata field from BgenWriter, due to bug in BgenWriter/BgenR…
Browse files Browse the repository at this point in the history
…eader code. (#149)
  • Loading branch information
meyerkm authored Nov 8, 2024
1 parent 113fa72 commit 7548937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deeprvat/deeprvat/associate.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def make_regenie_input_(
bgen,
n_samples,
samples=list(sample_ids.astype(str)),
metadata="Pseudovariants containing DeepRVAT gene impairment scores. One pseudovariant per gene.",
) as f:
for i in trange(n_genes):
varid = f"pseudovariant_gene_{ensgids[i]}"
Expand Down

0 comments on commit 7548937

Please sign in to comment.