bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Invalid alternative root path forming in IrodsAPI.get_path() #1889

Closed mikkonie closed 8 months ago

mikkonie commented 8 months ago

Another yak shaving session initiated, this time while fixing #1888. In IrodsAPI.get_path(), if IRODS_ROOT_PATH is set we form an invalid path. The path is returned as /zone/projects/$IRODS_ROOT_PATH/etc instead of /zone/$IRODS_ROOT_PATH/projects/etc.

Obviously, current tests fail to detect this, so I'll need to update them as well.

mikkonie commented 8 months ago

Fixed.