move the autotmation scripts into gaworkflow.automation
[htsworkflow.git] / scripts / runner
index 655659a533c16579fe49860a905e0f1c7bec7ffb..6b6da11e1a85b5e55b89cd965471912ff694e05f 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 import sys
-from gaworkflow.runner import main
+from gaworkflow.automation.runner import main
 
 if __name__ == "__main__":
   sys.exit(main(sys.argv[1:]))