File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/main/java/org/broadinstitute/hellbender/tools/walkers/vqsr Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
package org .broadinstitute .hellbender .tools .walkers .vqsr ;
2
2
3
- import org .broadinstitute .barclay .argparser .Advanced ;
4
- import org .broadinstitute .barclay .argparser .Argument ;
5
- import org .broadinstitute .barclay .argparser .CommandLineProgramProperties ;
6
- import org .broadinstitute .barclay .argparser .ExperimentalFeature ;
3
+ import org .broadinstitute .barclay .argparser .*;
7
4
import org .broadinstitute .hellbender .cmdline .CommandLineProgram ;
8
5
import org .broadinstitute .hellbender .cmdline .StandardArgumentDefinitions ;
9
6
import org .broadinstitute .hellbender .exceptions .UserException ;
65
62
oneLineSummary = "Annotate a VCF with scores from a PyTorch-based Convolutional Neural Network (CNN)" ,
66
63
programGroup = VariantFilteringProgramGroup .class
67
64
)
68
- @ ExperimentalFeature
65
+ @ BetaFeature
69
66
public class NVScoreVariants extends CommandLineProgram {
70
67
71
68
public static final String NV_SCORE_VARIANTS_PACKAGE = "scorevariants" ;
You can’t perform that action at this time.
0 commit comments