We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bee219 commit ce5f699Copy full SHA for ce5f699
src/main/java/org/broadinstitute/hellbender/tools/walkers/vqsr/CNNScoreVariants.java
@@ -204,7 +204,7 @@ protected String[] customCommandLineValidation() {
204
IntelGKLUtils utils = new IntelGKLUtils();
205
if (utils.isAvxSupported() == false)
206
{
207
- return AVXREQUIRED_ERROR;
+ return new String[]{CNNScoreVariants.AVXREQUIRED_ERROR};
208
}
209
210
return null;
0 commit comments