Skip to content

Commit d608018

Browse files
committed
Bump a couple of command release levels
1 parent a4849d4 commit d608018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rtg/CoreCommand.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private CoreCommand() { }
118118
static final Command MAPX = new LicensedCommand(new MapXCli(), CommandCategory.PROTEIN, ReleaseLevel.GA);
119119

120120
/** Protein search from untranslated protein queries*/
121-
static final Command MAPP = new LicensedCommand(new MapPCli(), CommandCategory.PROTEIN, ReleaseLevel.BETA);
121+
static final Command MAPP = new LicensedCommand(new MapPCli(), CommandCategory.PROTEIN, ReleaseLevel.GA);
122122

123123
/** Assemble reads into longer contigs */
124124
static final Command ASSEMBLE = new LicensedCommand(new AssembleCli(), CommandCategory.ASSEMBLY, ReleaseLevel.BETA);
@@ -137,7 +137,7 @@ private CoreCommand() { }
137137
static final Command MULTI_SOMATIC = new LicensedCommand(new SomaticCli(), CommandCategory.VARIANT, ReleaseLevel.GA);
138138

139139
/** Runs somatic variant calling. */
140-
static final Command TUMOR_ONLY = new LicensedCommand(new TumorOnlyCli(), CommandCategory.VARIANT, ReleaseLevel.BETA);
140+
static final Command TUMOR_ONLY = new LicensedCommand(new TumorOnlyCli(), CommandCategory.VARIANT, ReleaseLevel.GA);
141141

142142
/** Runs the mondo population/pedigree variant caller. */
143143
static final Command MULTI_POPULATION = new LicensedCommand(new PopulationCli(), CommandCategory.VARIANT, ReleaseLevel.GA);

0 commit comments

Comments
 (0)