bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval

Home Page:https://github.com/bihealth/sodar-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid alternative root path forming in IrodsAPI.get_path()

mikkonie opened this issue · comments

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.