diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java index d16ece4fd..c6284852e 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java @@ -82,6 +82,7 @@ import java.util.*; * genotype of each sample. The system can either emit just the variant sites or complete genotypes (which includes * homozygous reference calls) satisfying some phred-scaled confidence value. The genotyper can make accurate calls on * both single sample data and multi-sample data. + *
* *@@ -109,7 +110,7 @@ import java.util.*; * *
* The above command will call all of the samples in your provided BAM files [-I arguments] together and produce a VCF file - * with sites and genotypes for all samples. The easiest way to get the dbSNP file is from the GATK resource bundle. Several + * with sites and genotypes for all samples. The easiest way to get the dbSNP file is from the GATK resource bundle (see Guide FAQs for details). Several * arguments have parameters that should be chosen based on the average coverage per sample in your data. See the detailed * argument descriptions below. *
@@ -132,7 +133,7 @@ import java.util.*; *