-
Notifications
You must be signed in to change notification settings - Fork 133
VCF2SQL
Pierre Lindenbaum edited this page Mar 9, 2015
·
7 revisions
Generate the SQL code to insert a VCF into mysql. http://www.sqlite.org/
See also Compilation
$ make vcf2sql
##Synopsis
$ java -jar dist/vcf2sql.jar file.vcf
##Options
Option | Description |
---|---|
-h | get help (this screen) and exit. |
-v | print version and exit. |
-L (level) | log level. One of java.util.logging.Level . Optional. |
java -jar dist/vcf2sql.jar file.vcf | mysql -u user -p -D vcf_db