magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Implement deprecated tool registry to better error message if requested #488

Closed magicDGS closed 5 years ago

magicDGS commented 5 years ago

Similar to org.broadinstitute.hellbender.cmdline.DeprecatedToolsRegistry, we can have our own registry for legacy tools (pre-release version) - this should point out to the substitute tools. In addition, if experimental/beta tools evolve, we can add them here to point to the correct ones.