Minor fixes to docs

This commit is contained in:
Eric Banks 2011-10-31 21:41:43 -04:00
parent b51c36abb3
commit 74b018a1f3
1 changed files with 4 additions and 2 deletions

View File

@ -66,12 +66,14 @@ import java.util.*;
* *
* <h2>Output</h2> * <h2>Output</h2>
* <p> * <p>
* A table deliminated file containing the values of the requested fields in the VCF file * A table delimited file containing the values of the requested fields in the VCF file
* </p> * </p>
* *
* <h2>Examples</h2> * <h2>Examples</h2>
* <pre> * <pre>
* -T $WalkerName \ * java -jar GenomeAnalysisTK.jar \
* -R reference.fasta
* -T VariantsToTable \
* -V file.vcf \ * -V file.vcf \
* -F CHROM -F POS -F ID -F QUAL -F AC \ * -F CHROM -F POS -F ID -F QUAL -F AC \
* -o results.table * -o results.table