We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8325419 commit ee95737Copy full SHA for ee95737
rules/work/genes/scripts/gnomad_constraints_v4_to_tsv.py
@@ -57,7 +57,6 @@ def main(
57
.with_columns(pl.lit(None).alias(col) for col in additional_columns)
58
.join(ensembl_xlink, on=["ensembl_transcript_id"])
59
.select(columns_dst)
60
- .fill_null("NA")
61
)
62
df.write_csv(output_tsv_path, separator="\t")
63
shell(f"md5sum {output_tsv_path} > {output_tsv_md5_path}")
0 commit comments