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

seqMerge error #91

Open
davidroberson opened this issue May 14, 2024 · 3 comments
Open

seqMerge error #91

davidroberson opened this issue May 14, 2024 · 3 comments
Assignees

Comments

@davidroberson
Copy link

I split a large bcf (bcftools view) and converted each shard to a gds. I am now trying to merge the shards back together but not all of the smaller gds will merge. Occasionally I get this error

Error in .append_node_variant(gfile, "position", "int32", storage.option, :
Invalid number of variants in 'position'.
Calls: seqMerge -> .append_node_variant

I have been careful to not split near variant positions. Any ideas? Thanks.

@davidroberson
Copy link
Author

If the original file had multi-alleles on separate records would this cause the error shown above?

@davidroberson
Copy link
Author

just a kind ping..please help :)

@zhengxwen zhengxwen self-assigned this May 25, 2024
@zhengxwen
Copy link
Owner

Not sure what the issue is.
Did you split the bcf file by variants or samples?
If the variants are split, then seqMerge() could just simply concatenate the data.

Also, show me the session information: sessionInfo().

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