Class DeprecatedToolsRegistry
java.lang.Object
org.broadinstitute.hellbender.cmdline.DeprecatedToolsRegistry
When a tool is removed from GATK (after having been tagged with @DeprecatedFeature for a suitable period), an
entry should be added to this list to issue a message when the user tries to run that tool.
NOTE: Picard tools should be listed here as well, since by definition such tools will not be found in
the Picard jar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getToolDeprecationInfo
(String toolName) Utility method to pull up the version number at which a tool was deprecated and the suggested replacement, if any
-
Constructor Details
-
DeprecatedToolsRegistry
public DeprecatedToolsRegistry()
-
-
Method Details
-
getToolDeprecationInfo
Utility method to pull up the version number at which a tool was deprecated and the suggested replacement, if any- Parameters:
toolName
- the tool class name (not the full package) to check
-