Merge pull request #324 from broadinstitute/eb_AnalyzeCovariates_is_not_deprecated
AnalyzeCovariates is no longer a deprecated tool.
This commit is contained in:
commit
c5a2a8f39f
|
|
@ -43,7 +43,6 @@ public class DeprecatedToolChecks {
|
||||||
static {
|
static {
|
||||||
// Indicate recommended replacement in parentheses if applicable
|
// Indicate recommended replacement in parentheses if applicable
|
||||||
deprecatedGATKWalkers.put("CountCovariates", "2.0 (use BaseRecalibrator instead; see documentation for usage)");
|
deprecatedGATKWalkers.put("CountCovariates", "2.0 (use BaseRecalibrator instead; see documentation for usage)");
|
||||||
deprecatedGATKWalkers.put("AnalyzeCovariates", "2.0 (use BaseRecalibrator instead; see documentation for usage)");
|
|
||||||
deprecatedGATKWalkers.put("TableRecalibration", "2.0 (use PrintReads with -BQSR instead; see documentation for usage)");
|
deprecatedGATKWalkers.put("TableRecalibration", "2.0 (use PrintReads with -BQSR instead; see documentation for usage)");
|
||||||
deprecatedGATKWalkers.put("AlignmentWalker", "2.2 (no replacement)");
|
deprecatedGATKWalkers.put("AlignmentWalker", "2.2 (no replacement)");
|
||||||
deprecatedGATKWalkers.put("CountBestAlignments", "2.2 (no replacement)");
|
deprecatedGATKWalkers.put("CountBestAlignments", "2.2 (no replacement)");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue