Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed workflow being dependent on rpy by putting the import within the run function of affymatrix import.

This commit is contained in:
Truls Alexander Tangstad 2006-04-22 20:48:44 +00:00
parent 26f16acc9c
commit 357cd1a1a6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import plots
import dataset
#import geneontology
#import gostat
import rpy
from scipy import array,randn
import cPickle
@ -172,6 +171,7 @@ class CelFileImportFunction(Function):
Function.__init__(self, 'cel_import', 'Import Affy')
def run(self, data):
import rpy
chooser = gtk.FileChooserDialog(title="Select cel files...", parent=None,
action=gtk.FILE_CHOOSER_ACTION_OPEN,
buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,