diff --git a/runner.py b/runner.py
deleted file mode 100644
index 9bdfb67117d3d184be193e00314a52e8ee65c2ec..0000000000000000000000000000000000000000
--- a/runner.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import os
-from bioblend.galaxy import GalaxyInstance
-
-"""
-Tool utils (managed by GGA/GMOD) for job submission in galaxy using bioblend
-"""
-
-
-class Runner:
-
-    def __init__(self, instance):
-        self.instance = None
-