Skip to content
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

Switch from icommand usage to the python irods client #200

Closed
Nicolai-vKuegelgen opened this issue Nov 7, 2023 · 0 comments · Fixed by #202
Closed

Switch from icommand usage to the python irods client #200

Nicolai-vKuegelgen opened this issue Nov 7, 2023 · 0 comments · Fixed by #202

Comments

@Nicolai-vKuegelgen
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently most cubi-tk functions that pull or push data to or from irods/Sodar rely on icommands that are accessed via subprocess and must be available in the current environment. These commands are not part of the stated (or easily/automatically installable) requirements for cubi-tk. The python irods client (which is already used by cubi-tk for other features) also allows transfer of files natively without the need to rely on 'external' dependencies and should be used instead.

Describe the solution you'd like

  • Implementation of base classes &/ functions that allow file transfer with the native irods client
  • change all current references to icommands to use these functions instead

Describe alternatives you've considered
NA / status quo

Additional context
NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant