Skip to content

Commit 4dccc43

Browse files
committed
Don't run as root.
1 parent 87cc989 commit 4dccc43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

toil/python/draft.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def run(self, fileStore):
4242
working_dir=tempDir,
4343
parameters=[os.path.join(tempDir, "FastQCone_script.sh")],
4444
entrypoint="/bin/bash",
45-
user='root',
4645
stderr=True,
4746
demux=True,
4847
volumes={tempDir: {"bind": tempDir}})
@@ -89,7 +88,6 @@ def run(self, fileStore):
8988
working_dir=tempDir,
9089
parameters=[os.path.join(tempDir, "FastQCtwo_script.sh")],
9190
entrypoint="/bin/bash",
92-
user='root',
9391
stderr=True,
9492
demux=True,
9593
volumes={tempDir: {"bind": tempDir}})
@@ -141,7 +139,6 @@ def run(self, fileStore):
141139
working_dir=tempDir,
142140
parameters=[os.path.join(tempDir, "SalmonIndex_script.sh")],
143141
entrypoint="/bin/bash",
144-
user='root',
145142
stderr=True,
146143
demux=True,
147144
volumes={tempDir: {"bind": tempDir}})
@@ -198,7 +195,6 @@ def run(self, fileStore):
198195
working_dir=tempDir,
199196
parameters=[os.path.join(tempDir, "SalmonAlignQuant_script.sh")],
200197
entrypoint="/bin/bash",
201-
user='root',
202198
stderr=True,
203199
demux=True,
204200
volumes={tempDir: {"bind": tempDir}})

0 commit comments

Comments
 (0)