soorajachar / plateypus

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

Processing cell data #7

Closed Immunodynamics closed 3 years ago

Immunodynamics commented 3 years ago

Did not create the layout for bulk cell measurements:

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy iloc._setitem_with_indexer(indexer, value) Exception in Tkinter callback Traceback (most recent call last): File "/opt/anaconda3/lib/python3.8/tkinter/init.py", line 1883, in call return self.func(*args) File "/opt/anaconda3/lib/python3.8/site-packages/plateypus/dataprocessing/dataProcessingGUI.py", line 57, in cellDfButton = tk.Button(mainWindow,text='Create dataframe',command=lambda: createDataFrame('cell')) File "/opt/anaconda3/lib/python3.8/site-packages/plateypus/dataprocessing/dataProcessingGUI.py", line 46, in createDataFrame dataProcessingMaster(folderName,expNum,dataType,ex_data,v3.get()) File "/opt/anaconda3/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-20210518-RIGI_mutant_HLA-cell.pkl'

soorajachar commented 3 years ago

Fixed in 0.1.20