Closed meliache closed 3 years ago
Added some unittests on dummy directory strucutres and now this should be ready. The only problem I have currently is that when I run test-jobs on the grid I get download failures, but which according to the mailinglist seem to be caused by problems on the SE sites, so I can't test at the moment.
For datasets with multiple subs, when moving the contents of the temporary project download directory to the final ouptut dir, previously, there was an error which led to the file structure:
This commit should fix this back to
Further, since this moving function turns out to aggregate many lines of code, I moved it into an own helper function, which can be independently tested.
Draft so that I can link to it, but I haven't finished yet writing unit tests.
Resolves #147