Skip to content

Coerce SV ID type to str on VCF ingestion#12

Open
ajw2329 wants to merge 1 commit into
KolmogorovLab:mainfrom
ajw2329:main
Open

Coerce SV ID type to str on VCF ingestion#12
ajw2329 wants to merge 1 commit into
KolmogorovLab:mainfrom
ajw2329:main

Conversation

@ajw2329
Copy link
Copy Markdown

@ajw2329 ajw2329 commented May 20, 2025

Fixes crashes that occur when the ID column in input VCFs contains only integers. Since the VCFs are imported as dataframes by pandas, pandas will incorrectly infer the ID column type as integer, causing crashes later in _write_removed_records, as described in issue #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant