-
Notifications
You must be signed in to change notification settings - Fork 133
VCF2SQL
Pierre Lindenbaum edited this page Oct 30, 2013
·
7 revisions
Generate the SQL code to insert a VCF into sqlite3. http://www.sqlite.org/
See also Compilation
ant vcf2sql
Option | Description |
---|---|
IN=File | VCF files to process. This option may be specified 0 or more times. |
SUFFIX=String | Table suffix Default value: (empty). |
USE_VEP=Boolean | Use and explode VEP predictions Default value: true. Possible values: {true, false} |
USE_SNPEFF=Boolean | Use and explode SNPEFF predictions Default value: true. Possible values: {true, false} |
ENGINE=String | sql engine [sqlite,hsql] Default value: sqlite. This option can be set to 'null' to clear the default value. |
SPLIT4=Boolean | Split DP4 Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false} |
java -jar dist/vcf2sql.jar I=file.vcf | sqlite3 db.sqlite