changeset 27:af14f755c05b draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 7496128ee9ef800fe780e545d2157da8a4f89d35-dirty
author peterjc
date Thu, 11 May 2017 10:06:00 -0400
parents 340624a47a76
children d6976a4c055b
files tools/effectiveT3/effectiveT3.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/effectiveT3/effectiveT3.py	Wed May 10 12:40:04 2017 -0400
+++ b/tools/effectiveT3/effectiveT3.py	Thu May 11 10:06:00 2017 -0400
@@ -69,6 +69,7 @@
 
 
 def run(cmd):
+    """Run the command line string via subprocess."""
     # Avoid using shell=True when we call subprocess to ensure if the Python
     # script is killed, so too is the child process.
     try: