changeset 30:007e86eff414 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 7ea917a606c9226a0c902504f963577c8986d4a5-dirty
author peterjc
date Mon, 22 May 2017 06:33:59 -0400
parents 35c358aa7801
children 3ef6c246ccac
files tools/effectiveT3/effectiveT3.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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...