Rename all the scripts to start with htsw-
[htsworkflow.git] / scripts / runner
diff --git a/scripts/runner b/scripts/runner
deleted file mode 100644 (file)
index 560299f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-import sys
-from htsworkflow.automation.runner import main
-
-if __name__ == "__main__":
-  sys.exit(main(sys.argv[1:]))