You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-core_modules/modules/bclconvert
Matthias De Smet b98f1b77d1
Bump bcl-convert version (#2077)
* Update main.nf

* update test.yml

* prettier
2 years ago
..
.gitignore Module/bclconvert (#1485) 2 years ago
Dockerfile bclconvert: Update Dockerfile (#1819) 2 years ago
LICENSE Module/bclconvert (#1485) 2 years ago
README.md Module/bclconvert (#1485) 2 years ago
main.nf Bump bcl-convert version (#2077) 2 years ago
meta.yml bump bclconvert version (#1806) 2 years ago

README.md

Updating the docker container and making a new module release

bcl-convert is a commercial tool from Illumina. The container provided for the bcl-convert nf-core module is not provided nor supported by Illumina. Updating the bcl-convert versions in the container and pushing the update to Dockerhub needs to be done manually.

  1. Navigate to the appropriate download page. - BCL Convert: download the rpm of the desired bcl-convert version with curl or wget.

  2. Unpack the RPM package using rpm2cpio bcl-convert-*.rpm | cpio -i --make-directories. Place the executable located in <unpack_dir>/usr/bin/bcl-convert in the same folder where the Dockerfile lies.

  3. Create and test the container:

    docker build . -t nfcore/bclconvert:<VERSION>
    
  4. Access rights are needed to push the container to the Dockerhub nfcore organization, please ask a core team member to do so.

    docker push nfcore/bclconvert:<VERSION>