From 2018b6391826894c51802d2c3c1c6192f1c6169a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Thu, 23 Jun 2022 16:11:00 +0100
Subject: [PATCH] bugfix index

---
 aliby/pipeline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aliby/pipeline.py b/aliby/pipeline.py
index fa46f25d..0e175f4a 100644
--- a/aliby/pipeline.py
+++ b/aliby/pipeline.py
@@ -337,7 +337,7 @@ class Pipeline(ProcessABC):
 
         return results
 
-    def create_pipeline(self, image_id):
+    def create_pipeline(self, image_id, index=None):
         config = self.parameters.to_dict()
         pparams = config
         name, image_id = image_id
-- 
GitLab