We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When chromosomes are named 1, 2, 3... (not chr1, chr2, chr3, ...) the run_decoden script crashes with error:
1
2
3
chr1
chr2
chr3
run_decoden
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.
The text was updated successfully, but these errors were encountered:
This issue is fixed with using deeptools for preprocessing, fixed with commit 256551c
deeptools
Sorry, something went wrong.
No branches or pull requests
When chromosomes are named
1
,2
,3
... (notchr1
,chr2
,chr3
, ...) therun_decoden
script crashes with error:I confirmed this by changing my chromosome names into
chr1
,chr2
,chr3
, ..., upon which the script completed with no errors.The text was updated successfully, but these errors were encountered: