Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Added doc-string for CelFileImportFunction.

This commit is contained in:
Truls Alexander Tangstad 2006-04-22 15:59:19 +00:00
parent e151e66898
commit d123f0e1c1
1 changed files with 1 additions and 0 deletions

View File

@ -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')