# HG changeset patch # User peterjc # Date 1494511560 14400 # Node ID af14f755c05b1e9bdeb0756a19dd7a78a9950ff7 # Parent 340624a47a76dc985c0b03dd66a43aaaa17905e3 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 7496128ee9ef800fe780e545d2157da8a4f89d35-dirty diff -r 340624a47a76 -r af14f755c05b tools/effectiveT3/effectiveT3.py --- 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: