Skip to content

Commit

Permalink
Removed beta label from Funcotator and FuncotatorDataSourceDownloader. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonn-smith authored Jan 29, 2019
1 parent 5811f2f commit 5cdb1d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.broadinstitute.barclay.argparser.ArgumentCollection;
import org.broadinstitute.barclay.argparser.BetaFeature;
import org.broadinstitute.barclay.argparser.CommandLineProgramProperties;
import org.broadinstitute.barclay.help.DocumentedFeature;
import org.broadinstitute.hellbender.cmdline.StandardArgumentDefinitions;
Expand Down Expand Up @@ -713,7 +712,6 @@
programGroup = VariantEvaluationProgramGroup.class
)
@DocumentedFeature
@BetaFeature
public class Funcotator extends VariantWalker {
private static final Logger logger = LogManager.getLogger(Funcotator.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
programGroup = VariantEvaluationProgramGroup.class
)
@DocumentedFeature
@BetaFeature
public class FuncotatorDataSourceDownloader extends CommandLineProgram {

private static final Logger logger = LogManager.getLogger(FuncotatorDataSourceDownloader.class);
Expand Down

0 comments on commit 5cdb1d9

Please sign in to comment.