Modified the walker documentation so that the stray punctuation wouldn't cause the GATK to stop parsing the help documenation early (aka I changed one word).

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2429 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-12-22 20:50:01 +00:00
parent 4ee6a478e3
commit 164a94a3d0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import cern.jet.stat.Probability;
/**
* FindContaminatingReadGroupsWalker lists read groups in a single-sample BAM file that appear
* to be contaminants (i.e. a read group that's not actually associated with the sample) by searching
* to be contaminants (meaning a read group that's not actually associated with the sample) by searching
* for evidence of systematic underperformance at likely homozygous-variant sites.
*
* @author Kiran Garimella