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:
parent
4ee6a478e3
commit
164a94a3d0
|
|
@ -24,7 +24,7 @@ import cern.jet.stat.Probability;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FindContaminatingReadGroupsWalker lists read groups in a single-sample BAM file that appear
|
* 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.
|
* for evidence of systematic underperformance at likely homozygous-variant sites.
|
||||||
*
|
*
|
||||||
* @author Kiran Garimella
|
* @author Kiran Garimella
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue