# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Kelly Vincent <kpvincent@bx.psu.edu> # Date 1282832971 14400 # Node ID af3ee1e9f9e3c0e51b7b18a323b3fa80460aa864 # Parent e95e14f5e7a0db167a276570495e38f044b17092 Removing accidentally leftover test line from Tophat wrapper --- a/tools/ngs_rna/tophat_wrapper.py +++ b/tools/ngs_rna/tophat_wrapper.py @@ -180,7 +180,6 @@ def __main__(): # Copy SAM File. shutil.copyfile( tmp_output_dir + "/accepted_hits.sam", options.accepted_hits_output_file ) - shutil.copyfile(tmp_output_dir + "/accepted_hits.sam", '/afs/bx.psu.edu/user/kpvincent/galaxy-commit/tophat_out.sam') except Exception, e: stop_err( 'Error in tophat:\n' + str( e ) ) finally: