Register the depricated walkers as depricated starting in v2.2 so that users get a helpful error message
This commit is contained in:
parent
67d348a31d
commit
e74c527d47
|
|
@ -283,6 +283,8 @@ public class GenomeAnalysisEngine {
|
|||
static {
|
||||
deprecatedGATKWalkers.put("CountCovariates", "2.0");
|
||||
deprecatedGATKWalkers.put("TableRecalibration", "2.0");
|
||||
deprecatedGATKWalkers.put("AlignmentWalker", "2.2");
|
||||
deprecatedGATKWalkers.put("CountBestAlignments", "2.2");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue