-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update taskflow and iRODS functionality for iRODS 4.3 #1592
Comments
Error in SODAR:
|
Creating landing zones currently fails with "create collections" enabled. I suspect this may have something to do with ACL changes in iRODS 4.3. To be investigated. Dump:
|
The aforementioned issue seems to stem from the ACL strings returned being in a different format:
|
Done. The API operation between 4.2 and 4.3 only differs by a couple of API parameters, so I was able to make the change in a non-breaking way. Hence, the current SODAR version works identically on both iRODS 4.2 and 4.3. I'll add separate issues for setting the default version and removing 4.2 support. |
Related to bihealth/irods-docker#16, bihealth/sodar-docker-compose#34 and bihealth/davrods-docker#3.
I have been working on updating our iRODS docker setup from 4.2 to 4.3. At the moment the server runs ok, but taskflow operations from SODAR are failing. I'll add an error dump below.
I'll be looking into fixing this and updating sodar-docker-compose for SODAR v0.14.0, as I really want to get the current release out along with our manuscript resubmission.
It's possible the python-irodsclient is simply too old, but upgrading that will create a conflict with cubi-tk..
This will most likely break compatibility with iRODS 4.2 and below.
The text was updated successfully, but these errors were encountered: