Commit 61b870aa authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

set root user as default and cellranger as writeable

   for nextflow and singularity compatibility
   closes #2
parent 233e6a7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ BGI or Ultima high throughput sequencing platforms)

- migrates sed calls to perl for better memory-efficiency on large input files

- set default user as "root" in docker containers and ensure that cellranger is writeable
  to allow running in nextflow or singularity

### 1.2.4

- enables unit testing via nextflow for nf-core module
+4 −1
Original line number Diff line number Diff line
@@ -84,3 +84,6 @@ RUN wget https://github.com/alexdobin/STAR/archive/2.5.1b.tar.gz \

RUN cp /cellranger-3.0.2.9001/cellranger-cs/3.0.2.9001/lib/python/cellranger/chemistry.py /cellranger-3.0.2.9001/cellranger-cs/3.0.2.9001/lib/python/cellranger/check.py

RUN chmod -R +rw /cellranger-3.0.2.9001/*

USER root