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

Output to Bed Issues #480

Open
albeele1 opened this issue May 28, 2017 · 2 comments
Open

Output to Bed Issues #480

albeele1 opened this issue May 28, 2017 · 2 comments

Comments

@albeele1
Copy link

running Harmonizer-first time after using it on test data a couple of times

Command line:
java -jar GenotypeHarmonizer.jar --input Shukakaa --inputType PLINK_Bed --update-id --output binaryPlinkShukakaa --outputType Plink_BED --ref vdata --variants 500 --min-ld 0.1 –mafAlign 0.1 --keep –debug

Output is fine until:

Error writing output data: Error reading BED file, found data in padding bits of variant: rs6675994

WHat does this mean and more importantly how do I fix it?

@PatrickDeelen
Copy link
Member

Its looks like your BED file is corrupt. You can try to use plink to read your file and recreate it again. But if it is indeed corrupt this might still result in erroneous data.

@albeele1
Copy link
Author

I regenerated the Bed file from the Ped file in PLINK. That seemed to fix the issue. Thanks!

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