You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, each auto-processing run is only parsed one time because an entry is created in the collectionTable, and it is ignored the next time if an entry exisits. This is necessary because XChem data collection visits usually last for months and this would result in redundant and consequently very slow parsing. However, there may be instances when one wants to read everything from scratch. Right now the solution is to either remove the entries from the collectionTable or to drop the entire table.
The text was updated successfully, but these errors were encountered:
Additionally, set DataProcessingAutoAssigned to True in mainTable, otherwise the results will be copied over, but will not be linked!
update mainTable set DataProcessingAutoAssigned='True' where DataProcessingAutoAssigned='False'
Usually, each auto-processing run is only parsed one time because an entry is created in the collectionTable, and it is ignored the next time if an entry exisits. This is necessary because XChem data collection visits usually last for months and this would result in redundant and consequently very slow parsing. However, there may be instances when one wants to read everything from scratch. Right now the solution is to either remove the entries from the collectionTable or to drop the entire table.
The text was updated successfully, but these errors were encountered: