From 5b3444ef3dde360bcbec17b9882a4aa50dd1019c Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 19 Jun 2009 22:49:16 +0000 Subject: [PATCH] I started using ResultLane, so stop treating it like an abstract class. I needed to initialize the ELAND class with something for the older run xml files which don't have eland results initialized, So I initialized some default values so the website wouldn't crash when accessing these older files. --- htsworkflow/pipelines/eland.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/pipelines/eland.py b/htsworkflow/pipelines/eland.py index 2e0d9dc..5f3a345 100644 --- a/htsworkflow/pipelines/eland.py +++ b/htsworkflow/pipelines/eland.py @@ -52,7 +52,7 @@ class ResultLane(object): """ Actually read the file and actually count the reads """ - raise NotImplementedError("Can't count abstract classes") + pass def _update_name(self): # extract the sample name -- 2.30.2