From d123f0e1c12a58c3704d219fc4c4827833a7b892 Mon Sep 17 00:00:00 2001 From: tangstad Date: Sat, 22 Apr 2006 15:59:19 +0000 Subject: [PATCH] Added doc-string for CelFileImportFunction. --- workflows/go_workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/go_workflow.py b/workflows/go_workflow.py index e4e7666..c108eda 100644 --- a/workflows/go_workflow.py +++ b/workflows/go_workflow.py @@ -103,6 +103,7 @@ class TestDataFunction(Function): class CelFileImportFunction(Function): + """Loads AffyMetrix .CEL-files into matrix.""" def __init__(self): Function.__init__(self, 'cel_import', 'Import Affy')