Add utility to fix the off-by-3 error in the amplified from field.
[htsworkflow.git] / scripts / runner
1 #!/usr/bin/env python
2 import sys
3 from htsworkflow.automation.runner import main
4
5 if __name__ == "__main__":
6   sys.exit(main(sys.argv[1:]))