From 15b136d91bd0b7cb337ece68a800132b4770a000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Thu, 25 Nov 2021 16:01:22 +0000
Subject: [PATCH] remove old defaults

---
 pcore/pipeline.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pcore/pipeline.py b/pcore/pipeline.py
index 55e65744..1fca4085 100644
--- a/pcore/pipeline.py
+++ b/pcore/pipeline.py
@@ -98,13 +98,6 @@ class Pipeline(ProcessABC):
     A chained set of Pipeline elements connected through pipes.
     """
 
-    ## default values
-    # General
-    tile_size = 96
-    distributed = 0
-    strain = ""
-    directory = "output"
-
     # Tiling, Segmentation,Extraction and Postprocessing should use their own default parameters
 
     # Early stop for clogging
-- 
GitLab