From 264040448aa8b8a580f7f818731c80dc24deea7e Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Mon, 11 Mar 2024 13:46:22 -0400 Subject: [PATCH] GatherVcfsCloud is no longer beta (#8680) --- .../org/broadinstitute/hellbender/tools/GatherVcfsCloud.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/broadinstitute/hellbender/tools/GatherVcfsCloud.java b/src/main/java/org/broadinstitute/hellbender/tools/GatherVcfsCloud.java index 2fe45cc2e52..8f4b2ba5037 100644 --- a/src/main/java/org/broadinstitute/hellbender/tools/GatherVcfsCloud.java +++ b/src/main/java/org/broadinstitute/hellbender/tools/GatherVcfsCloud.java @@ -102,7 +102,6 @@ oneLineSummary = "Gathers multiple VCF files from a scatter operation into a single VCF file", programGroup = VariantManipulationProgramGroup.class ) -@BetaFeature public final class GatherVcfsCloud extends CommandLineProgram { public static final String IGNORE_SAFETY_CHECKS_LONG_NAME = "ignore-safety-checks";