-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from kjsanger/feature/baton-4.3.1
Update the default batno to 4.3.1
- Loading branch information
Showing
4 changed files
with
11 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ This is a Docker image of a vanilla iRODS >=4.2.11 server that works | |
out of the box. To be used for running tests only. | ||
|
||
The server version may be chosen by passing the Docker build argument | ||
`--build-arg IRODS_VERSION=<version>` (default is 4.3.0). | ||
`--build-arg IRODS_VERSION=<version>` (default is 4.3.1). | ||
|
||
### irods/ubuntu/22.04 ### | ||
|
||
|
@@ -81,23 +81,6 @@ e.g. Install wrappers to $PREFIX/bin: | |
... | ||
-rwxr-xr-x 1 kdj staff 409 Apr 12 15:47 samtools | ||
|
||
# iRODS Client Bundle | ||
|
||
The release contains irods 4.2.7 clients bundled from | ||
`ub-16.04-irods-clients-4.2.7` to be used on ONT machines, where we | ||
cannot run containers. Given the complexity of the iRODS clients' | ||
dependency chain, the location of the plugins must be provided in the | ||
iRODS environment file using the `irods_plugins_home` key. Some | ||
dependencies for these plugins must also be preloaded to avoid local | ||
system libraries from being pulled in, e.g.: | ||
|
||
$ LD_PRELOAD=path/libarchive.so.16:path/libcrypto.so.1.0.0:path/libssl.so.1.0.0:path/libxml2.so.2:path/libicuuc.so.55:path/libicudata.so.55 \ | ||
./exodus/bin/iinit | ||
|
||
A script to do this is set up by the ansible used to set up the instruments | ||
(https://gitlab.internal.sanger.ac.uk/npg/oxford_nanopore_instruments). | ||
|
||
|
||
## Author | ||
|
||
Keith James [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters