BCFtools 1.8 query
Quick StartTo use BCFtools 1.8 query, import your data in VCF format along with the corresponding index files.
...
When the app is run in the Discovery Environment, use the following parameters with the above input file(s) to get the output provided in the next section below.
- Use these parameters within the DE app interface:
- Select an output file name Enter the following in the 'Output format' field: '%CHROM %POS %REF %ALT\n'All parameters can be left as default.
Output File(s)
Expect output.vcf as output. It should contain only the fields specified in the output format field.
...