getzlab/dalmatian

Entity does not exist Error

Closed this issue · 1 comments

Hello, I am trying to add pairs to a workspace.

I have a dataframe with pair_id as index and case_sample, control_sample, participants that all exist already

I have created the entity pair on the workspace
As there is no update_pair() function, I am using the update_entity_attributes('pair', newpairs) function, however always get an error message rejecting all pairs by saying that "message":"Entity does not exist"

I have tried on other workspaces and just get the same message.

Thanks

Resolved the problem by using the upload_entities() function instead!