How to add software not available in wave?
complete
Rob Newman
complete
K
Kumquat Galliform
- You can use your container as a base image and install iRODS using a custom Dockerfile. Here is an example
Dockerfile is present in the link above. To achieve this, you can run the following command in the wave CLI:
wave -f <Path to Dockerfile>
- Another way is if the tools you are using are present in condaorpip, you can use the following command. For example, my container issalmon:
wave --conda-package salmon --conda-package pip:irods==0.0.1
Rob Newman
acknowledged