Closed LonnekeScheffer closed 3 years ago
Additional bugfixes added later:
All of this has been tested on my local galaxy instance
(sorry for the many e-mails, forgot to temporarily close the pull request)
updated tests
Moved the check for metadata_file path to PickleImport. The metadata file is only checked to be in the current working dir if metadata_file is not explicitly set as a dataset import param.
oops! debug prints are removed now :D
This is a small bugfix; I thought the galaxy tools got a string in, but it actually already gets converted to a Path in immuneMLApp.py. Therefore, Galaxy currently fails due to an assertion error. This has been corrected here (tested successfully on local galaxy instance)