mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / scripts / htsw-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:]))