X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=scripts%2Fhtsw-runner;fp=scripts%2Fhtsw-runner;h=560299f3b7db31ca70b92a0089363408ae63b0f6;hb=2ac07634853fe713a7e9ebdd748acef99e17b1c3;hp=0000000000000000000000000000000000000000;hpb=a6984cfa2e80ef3f70255e3e26c5954210ef2dac;p=htsworkflow.git diff --git a/scripts/htsw-runner b/scripts/htsw-runner new file mode 100755 index 0000000..560299f --- /dev/null +++ b/scripts/htsw-runner @@ -0,0 +1,6 @@ +#!/usr/bin/env python +import sys +from htsworkflow.automation.runner import main + +if __name__ == "__main__": + sys.exit(main(sys.argv[1:]))