From 881397a27da458b44459a66fa148761e7121c57f Mon Sep 17 00:00:00 2001
From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr>
Date: Thu, 9 Apr 2020 16:41:31 +0200
Subject: [PATCH] Delete runner.py

---
 runner.py | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 runner.py

diff --git a/runner.py b/runner.py
deleted file mode 100644
index 9bdfb67..0000000
--- 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
-
-- 
GitLab