Use the right set of sample names

This commit is contained in:
Eric Banks 2011-08-16 01:03:05 -04:00
parent 36c7f83208
commit ab1e3d6a98
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class Sample extends VariantStratifier {
@Override
public void initialize() {
samples = new ArrayList<String>();
samples.addAll(getVariantEvalWalker().getSampleNamesForEvaluation());
samples.addAll(getVariantEvalWalker().getSampleNamesForStratification());
}
public ArrayList<String> getAllStates() {