ebi-ait / hca-to-scea-tools

Helpers and tools to assist in the conversion of HCA datasets into SCEA
0 stars 0 forks source link

Hca_to_scea test: check for missing linking #91

Closed ami-day closed 2 years ago

ami-day commented 2 years ago

At the start of the script, the script will try to merge all tabs into 1 dataframe. If there are donors, samples or files without linkings this will throw an error. Add checks for this before merging and return a user friendly error message.

Pull request: https://github.com/ebi-ait/hca-to-scea-tools/pull/94

ami-day commented 2 years ago

Done