genialis / resolwe-bio-py

Resolwe Bioinformatics Python API
Apache License 2.0
4 stars 25 forks source link

Table.meta not working with the latest upload-metadata processes #284

Closed AGregorc closed 2 years ago

AGregorc commented 2 years ago

Since the Sample ID/slug/name naming remove the orange type mS#... in the new processes, Table.meta doesn't work anymore. The problem lies from this line onward.

Example to reproduce error:

slug = <any_new_collection_with_new_metadata_process>

res = resdk.Resolwe(url="https://app.genialis.com/")
table = RNATables(res.collection.get(slug))
table.meta
JureZmrzlikar commented 2 years ago

Fixed by #285