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

possible incorrect division by 100000 #46

Open
djleite opened this issue May 28, 2024 · 0 comments
Open

possible incorrect division by 100000 #46

djleite opened this issue May 28, 2024 · 0 comments

Comments

@djleite
Copy link

djleite commented May 28, 2024

Hi,

I think there is an issue with the scaling on the line 758 of index.html:

'total_bases': Math.round(value.runs[i].attributes.total_bases / 100000),

example:

accession SRR28210381 on NCBI SRA has 20.7Gb where as sra-explorer returns 206579Mb .. also checked other accessions and the same discrepancy applies.

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

1 participant