biolab / orange3-single-cell

🍊🔬 Orange add-on for gene expression of single cell data
https://singlecell.biolab.si/
Other
17 stars 25 forks source link

OWAlignDatasets: Set Source ID as a source ID parameter by default #359

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

The widget does not use a separate thread for computation. When data are connected to the widget it selects fist discrete attribute and uses it as a source ID. If it is an attribute with several different values computation takes long and freezes Orange.

Description of changes

If we find the Source ID variable in data we assume it is dataset source id, so we set it as a Source ID attribute.

Includes
PrimozGodec commented 5 years ago

@pavlin-policar agrees with the changes so I am mergin this PR.