soorajachar / plateypus

Processes and plots high throughput cytometry experiments through a GUI
GNU General Public License v3.0
5 stars 2 forks source link

Minor bug: Cytokine layout is created but Cell layout is not #5

Closed emanuelsc87 closed 3 years ago

emanuelsc87 commented 3 years ago

To solve this problem, I just copied the "cyt" layout pkl file and renamed it for "cell".

Exception in Tkinter callback Traceback (most recent call last): File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/tkinter/init.py", line 1892, in call return self.func(*args) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/dataprocessing/dataProcessingGUI.py", line 57, in cellDfButton = tk.Button(mainWindow,text='Create dataframe',command=lambda: createDataFrame('cell')) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/dataprocessing/dataProcessingGUI.py", line 46, in createDataFrame dataProcessingMaster(folderName,expNum,dataType,ex_data,v3.get()) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/dataprocessing/dataProcessingGUI.py", line 111, in dataProcessingMaster experimentLevelLayoutDict = pickle.load(open('misc/layoutDict-'+folderName+'-'+parameterExtension+'.pkl','rb')) FileNotFoundError: [Errno 2] No such file or directory: 'misc/layoutDict-20210513-B16_OVA_Q4_NaiveOT1_w_wo_IL_7_Exp1-cell.pkl'

soorajachar commented 3 years ago

Fixed in plateypus 0.1.17