Added deprecation notice for SomaticIndelDetector
This commit is contained in:
parent
5ad99c362d
commit
660b075900
|
|
@ -46,6 +46,7 @@ public class DeprecatedToolChecks {
|
|||
deprecatedGATKWalkers.put("TableRecalibration", "2.0 (use PrintReads with -BQSR instead; see documentation for usage)");
|
||||
deprecatedGATKWalkers.put("AlignmentWalker", "2.2 (no replacement)");
|
||||
deprecatedGATKWalkers.put("CountBestAlignments", "2.2 (no replacement)");
|
||||
deprecatedGATKWalkers.put("SomaticIndelDetector", "2.0 (replaced by the standalone tool Indelocator; see Cancer Tools documentation)");
|
||||
}
|
||||
|
||||
// Mapping from walker name to major version number where the walker first disappeared and optional replacement options
|
||||
|
|
|
|||
Loading…
Reference in New Issue