]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_python/Cjung/lowercase_seq
added bed2tag_contigs as backend to assemble_tag_contigs
[biopieces.git] / code_python / Cjung / lowercase_seq
index 02d35148e9c375f82124e3c1d40d2d718bfd4523..c608e80d051a31d6971b8133139acd94f426cd88 100755 (executable)
@@ -127,7 +127,7 @@ a.opt['-I'] = ''    # input file
 a.opt['-O'] = ''    # output file
 a.getopt('I:O:?:v')                    # get user supplied option values
 
-print >> sys.stderr, a.opt
+#print >> sys.stderr, a.opt
 
 word = a.shift()                       # get the first of the remaining arguments
                                                        # use a.pop() to get the last instead