From: Diane Trout Date: Tue, 22 Apr 2008 00:26:58 +0000 (+0000) Subject: oops forgot to remove some debugging statements from the previous patch X-Git-Tag: stanford.caltech-merged-database-2009-jan-15~75 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0e7ba51b7c24740c454f1de2c859802daba4ea2a oops forgot to remove some debugging statements from the previous patch --- diff --git a/scripts/makebed b/scripts/makebed index b093835..4ffa39f 100755 --- a/scripts/makebed +++ b/scripts/makebed @@ -67,8 +67,7 @@ def main(command_line=None): name = options.name description = options.description - print name, description - #make_bed_from_eland_stream(instream, outstream, name, description, options.prefix) + make_bed_from_eland_stream(instream, outstream, name, description, options.prefix) return 0 if __name__ == "__main__":