From cfcd93f3e78b1c7e7490b702be8a5fadb8a55d2d Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 10 Jun 2022 10:56:13 +0200 Subject: [PATCH] Update Dockerfile --- modules/cellranger/mkfastq/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cellranger/mkfastq/Dockerfile b/modules/cellranger/mkfastq/Dockerfile index 8660293a..7b6b84ec 100644 --- a/modules/cellranger/mkfastq/Dockerfile +++ b/modules/cellranger/mkfastq/Dockerfile @@ -1,4 +1,4 @@ -# Dockerfile to create container with Cell Ranger v6.1.2 and bcl2fastq v2.20.0 +# Dockerfile to create container with Cell Ranger v7.0.0 and bcl2fastq v2.20.0 # Push to nfcore/cellrangermkfastq: FROM continuumio/miniconda3:4.8.2 @@ -17,7 +17,7 @@ RUN apt-get update --allow-releaseinfo-change \ # Copy pre-downloaded bcl2fastq2 and cellranger file ENV BCL2FASTQ2_VER=v2-20-0-linux-x86-64 \ - CELLRANGER_VER=6.1.2 + CELLRANGER_VER=7.0.0 COPY bcl2fastq2-$BCL2FASTQ2_VER.zip /tmp/bcl2fastq2-$BCL2FASTQ2_VER.zip COPY cellranger-$CELLRANGER_VER.tar.gz /opt/cellranger-$CELLRANGER_VER.tar.gz