-
Notifications
You must be signed in to change notification settings - Fork 12
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
seqGDS2VCF error after using seqMerge #68
Comments
Hi Zheng Bw, |
A quick fix could be:
|
Ah yes. Thank you! |
In your case, did you merge multiple gds files with different variants? or multiple gds files with different samples? |
different variants. Actually merging the 200K UKB exome vcfs (gds). |
seqGDS2VCF is also printing "." filter as NA which cause some downstream error since NA is not declared in the header. And I don't know how to rewrite the header in the gds without messing something up. |
Sorry, solved the last by just using add.gdsn instead of write.gdsn. And I added NA as a filterlevel in filter attribute which seem to work |
"seqGDS2VCF is also printing "." filter as NA." |
After having merged some gds files I am getting an error with seqGDS2VCF due to seqSummary()
This stems from the .summary_filter() function were the attributes of the merged gds seems to somehow get twisted.
Filter attribute in one of the original gds files
Filter attribute in the merged gds
The text was updated successfully, but these errors were encountered: