Use the right set of sample names
This commit is contained in:
parent
36c7f83208
commit
ab1e3d6a98
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue