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
I am not sure if this is a database issue, or due to pgscatalog_utils.
If you download the scoring file of PGS002807
pgscatalog-download -i PGS002807 -o . -b GRCh38
the result contains the line
19 101658108 G A 0.0001219005 Author-reported 19 101658108 True True
However, chromosome 19 in hg38 only has a length of 58617616, leading to problems in downstream analyses.
The text was updated successfully, but these errors were encountered:
Thanks for the report! This looks like a validation issue with author-submitted data:
$ pgscatalog-download -i PGS002807 -o . # grab original data submitted by author $ zgrep 101658108 PGS002807.txt.gz 19 101658108 G A 0.0001219005
We'll have a look at the score validation process.
Sorry, something went wrong.
No branches or pull requests
I am not sure if this is a database issue, or due to pgscatalog_utils.
If you download the scoring file of PGS002807
pgscatalog-download -i PGS002807 -o . -b GRCh38
the result contains the line
19 101658108 G A 0.0001219005 Author-reported 19 101658108 True True
However, chromosome 19 in hg38 only has a length of 58617616, leading to problems in downstream analyses.
The text was updated successfully, but these errors were encountered: