You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to be able to add variants from a new VCF to a database instead of overwriting the old database? Right now, if I load with an existing SQLite database, that database is overwritten with the variants from the new VCF.
I am aware that the recommended solution is to merge VCFs together and re-create the database. However, I may want to add additional samples to my database in the future, which will not scale well with merging VCFs and re-loading.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hello,
Mentioned before in gemini's arq5x/gemini#91.
Is it possible to be able to add variants from a new VCF to a database instead of overwriting the old database? Right now, if I load with an existing SQLite database, that database is overwritten with the variants from the new VCF.
I am aware that the recommended solution is to merge VCFs together and re-create the database. However, I may want to add additional samples to my database in the future, which will not scale well with merging VCFs and re-loading.
Thanks a lot!
The text was updated successfully, but these errors were encountered: