I started using ResultLane, so stop treating it like an abstract class.
authorDiane Trout <diane@caltech.edu>
Fri, 19 Jun 2009 22:49:16 +0000 (22:49 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 19 Jun 2009 22:49:16 +0000 (22:49 +0000)
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

index 2e0d9dce3a907f97974c13a7f3edf49b07b85bd8..5f3a345d3447ae84e95f292f9216f5802c9d669a 100644 (file)
@@ -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