Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with chromosome names 1, 2, 3, ... #5

Closed
MarekGierlinski opened this issue Apr 12, 2023 · 1 comment
Closed

Does not work with chromosome names 1, 2, 3, ... #5

MarekGierlinski opened this issue Apr 12, 2023 · 1 comment

Comments

@MarekGierlinski
Copy link

MarekGierlinski commented Apr 12, 2023

When chromosomes are named 1, 2, 3... (not chr1, chr2, chr3, ...) the run_decoden script crashes with error:

pyarrow.lib.ArrowInvalid: ("Could not convert '9' with type str: tried to convert to int64", 'Conversion failed for column seqnames with type object')

I confirmed this by changing my chromosome names into chr1, chr2, chr3, ..., upon which the script completed with no errors.

@ntanmayee
Copy link
Owner

This issue is fixed with using deeptools for preprocessing, fixed with commit 256551c

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

No branches or pull requests

2 participants