# HG changeset patch # User peterjc # Date 1495449239 14400 # Node ID 007e86eff41488c270d3453142765858c9188fbe # Parent 35c358aa7801af895914e69fab5f436a836929df planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 7ea917a606c9226a0c902504f963577c8986d4a5-dirty diff -r 35c358aa7801 -r 007e86eff414 tools/effectiveT3/effectiveT3.py --- a/tools/effectiveT3/effectiveT3.py Wed May 17 11:16:58 2017 -0400 +++ b/tools/effectiveT3/effectiveT3.py Mon May 22 06:33:59 2017 -0400 @@ -104,7 +104,7 @@ sys.stderr.write("Main JAR was found: %r\n" % effective_t3_jar) sys.exit("Effective T3 model JAR file not found: %r" % effective_t3_model) -# We will have write access whereever the output should be, +# We will have write access wherever the output should be, temp_file = os.path.abspath(tabular_file + ".tmp") # Use absolute paths since will change current directory...