nolanlab / vortex

VorteX Clustering Environment - Java graphical tool for single-cell analysis, clustering and visualization. Latest release:
https://github.com/nolanlab/vortex/releases
34 stars 6 forks source link

Issue with 'Create a separate dataset for each file' option #25

Closed dtemko closed 5 years ago

dtemko commented 5 years ago

Hi there, I am trying to load multiple (39) CyTOF files into separate datasets at once in order to cluster cells in each data set separately. When I select the radio button 'Create a separate dataset for each file' I get a java error: 'integrity constraint or index violation'. Do you know how I can avoid this error?

Thank you, Daniel

dtemko commented 5 years ago

The issue was that I was trying to create multiple databases with the same file name. This is now resolved. Thanks.