Skip to content

Commit ee95737

Browse files
tedilOliver Stolpe
authored andcommitted
do not replace nulls with 'NA'
1 parent 8325419 commit ee95737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/work/genes/scripts/gnomad_constraints_v4_to_tsv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def main(
5757
.with_columns(pl.lit(None).alias(col) for col in additional_columns)
5858
.join(ensembl_xlink, on=["ensembl_transcript_id"])
5959
.select(columns_dst)
60-
.fill_null("NA")
6160
)
6261
df.write_csv(output_tsv_path, separator="\t")
6362
shell(f"md5sum {output_tsv_path} > {output_tsv_md5_path}")

0 commit comments

Comments
 (0)