Skip to content

Instantly share code, notes, and snippets.

@drj11
Last active June 30, 2017 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drj11/5f9de943ec7042dd36d31d6202369e5c to your computer and use it in GitHub Desktop.
Save drj11/5f9de943ec7042dd36d31d6202369e5c to your computer and use it in GitHub Desktop.
VCF tools

From a conversation with roryk about gemini and extasy on 2017-02-28

gemini does 2 things: 1) gather data from a bunch of sources to make a VCF file; and, 2) let's you query over that VCF.

The two things are separable.

So if we have a bunch of annotations, then if they are in a VCF file we can add them to Gemini's VCF using cvf2anno (which is scriptable in lua, yay!).

Can then make a database using vcf2db.

However...

eXtasy is not like that. It takes a VCF file and outputs a CSV file. Gemini is not really a thing to deal with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment