Mercurial > repos > mvdbeek > docker_scriptrunner
comparison scriptrunner.py @ 6:b28d3445992b draft
planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit 87a8f2ec706b231b2db20a9433efa34d967d35cf
author | mvdbeek |
---|---|
date | Fri, 08 Jul 2016 17:31:44 -0400 |
parents | db65a7426ac7 |
children | 17e93298c225 |
comparison
equal
deleted
inserted
replaced
5:db65a7426ac7 | 6:b28d3445992b |
---|---|
393 cmd = ["/usr/sbin/usermod", "-u", new_id, "galaxy"] | 393 cmd = ["/usr/sbin/usermod", "-u", new_id, "galaxy"] |
394 subprocess.call(cmd) | 394 subprocess.call(cmd) |
395 | 395 |
396 | 396 |
397 def update_permissions(): | 397 def update_permissions(): |
398 cmd = ["/bin/chown", "-R", "galaxy:galaxy", "/home/galaxy"] | 398 cmd = ["/bin/chown", "-R", "galaxy:galaxy", "/var/home/galaxy"] |
399 subprocess.call(cmd) | 399 subprocess.call(cmd) |
400 | 400 |
401 def main(): | 401 def main(): |
402 u = """ | 402 u = """ |
403 This is a Galaxy wrapper. It expects to be called by a special purpose tool.xml as: | 403 This is a Galaxy wrapper. It expects to be called by a special purpose tool.xml as: |