mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
Bugfix for CellRanger Dockerfile (#1812)
Bugfix to enable Singularity support
This commit is contained in:
parent
233fa70811
commit
b573ff053e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN \
|
||||||
mv *.rpm bcl2fastq2-$BCL2FASTQ2_VER.rpm && \
|
mv *.rpm bcl2fastq2-$BCL2FASTQ2_VER.rpm && \
|
||||||
rpm2cpio ./bcl2fastq2-$BCL2FASTQ2_VER.rpm | cpio -idmv && \
|
rpm2cpio ./bcl2fastq2-$BCL2FASTQ2_VER.rpm | cpio -idmv && \
|
||||||
export PATH=/tmp/usr/local/bin/:$PATH && \
|
export PATH=/tmp/usr/local/bin/:$PATH && \
|
||||||
ln -s /tmp/usr/local/bin/bcl2fastq /usr/bin/bcl2fastq && \
|
mv /tmp/usr/local/bin/bcl2fastq /usr/bin/bcl2fastq && \
|
||||||
rm -rf bcl2fastq2-$BCL2FASTQ2_VER.*
|
rm -rf bcl2fastq2-$BCL2FASTQ2_VER.*
|
||||||
|
|
||||||
# Install cellranger
|
# Install cellranger
|
||||||
|
|
Loading…
Reference in a new issue