X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=scripts%2Frunner;fp=scripts%2Frunner;h=0000000000000000000000000000000000000000;hb=2ac07634853fe713a7e9ebdd748acef99e17b1c3;hp=560299f3b7db31ca70b92a0089363408ae63b0f6;hpb=a6984cfa2e80ef3f70255e3e26c5954210ef2dac;p=htsworkflow.git diff --git a/scripts/runner b/scripts/runner deleted file mode 100644 index 560299f..0000000 --- a/scripts/runner +++ /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:]))