1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/5e6254f2b9e3/ changeset: 5e6254f2b9e3 user: fubar date: 2011-06-09 17:38:37 summary: remove errant print statement from fastqc wrapper affected #: 1 file (61 bytes) --- a/tools/rgenetics/rgFastQC.py Thu Jun 09 11:26:41 2011 -0400 +++ b/tools/rgenetics/rgFastQC.py Thu Jun 09 11:38:37 2011 -0400 @@ -123,7 +123,6 @@ sauce = os.path.join(adir,f) dest = os.path.join(self.opts.outputdir,f) shutil.move(sauce,dest) - print 'moved %s to %s' % (sauce,dest) os.rmdir(adir) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.