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

Autofill command fails because the column "read_count" cannot be converted into integer #116

Closed
alexhbnr opened this issue May 3, 2023 · 0 comments

Comments

@alexhbnr
Copy link
Contributor

alexhbnr commented May 3, 2023

When running AMDirT autofill with the option --library_output fails to return a working library table because the attempt to convert the column read_count into the dtype "integer" fails. The issue is that the ENA table returns the column read_count with commas for separating the blocks of numbers for easier readability.

E.g.
AMDirT autofill -n ancientmetagenome-environmental -l ../../dummy.tsv ERS11453805

returns

ValueError: invalid literal for int() with base 10: '55,698,178': Error while type casting for column 'read_count'
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