Skip to content

Commit 0d055d7

Browse files
author
gitliver
committed
tiny (remove noclean flag from Docker CMD)
1 parent 6afed3c commit 0d055d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fordocker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ COPY data/mate2.fq.gz /home/data/
132132
# RUN PANDORA
133133
WORKDIR /home/results
134134

135-
CMD python ../Pandora/pandora.py scan -id 1 --verbose --gzip -c ../Pandora/pandora.config.docker.txt -r1 ../data/mate1.fq.gz -r2 ../data/mate2.fq.gz --noclean --verbose --noSGE --trinitymem 20 --trinitycores 4
135+
CMD python ../Pandora/pandora.py scan -id 1 --verbose --gzip -c ../Pandora/pandora.config.docker.txt -r1 ../data/mate1.fq.gz -r2 ../data/mate2.fq.gz --verbose --noSGE --trinitymem 20 --trinitycores 4

0 commit comments

Comments
 (0)