File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ private CoreCommand() { }
118
118
static final Command MAPX = new LicensedCommand (new MapXCli (), CommandCategory .PROTEIN , ReleaseLevel .GA );
119
119
120
120
/** 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 );
122
122
123
123
/** Assemble reads into longer contigs */
124
124
static final Command ASSEMBLE = new LicensedCommand (new AssembleCli (), CommandCategory .ASSEMBLY , ReleaseLevel .BETA );
@@ -137,7 +137,7 @@ private CoreCommand() { }
137
137
static final Command MULTI_SOMATIC = new LicensedCommand (new SomaticCli (), CommandCategory .VARIANT , ReleaseLevel .GA );
138
138
139
139
/** 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 );
141
141
142
142
/** Runs the mondo population/pedigree variant caller. */
143
143
static final Command MULTI_POPULATION = new LicensedCommand (new PopulationCli (), CommandCategory .VARIANT , ReleaseLevel .GA );
You can’t perform that action at this time.
0 commit comments