Mercurial > repos > alenail > chipsequtil
changeset 20:435adb6000f1 draft
Uploaded
author | alenail |
---|---|
date | Mon, 04 Apr 2016 16:41:52 -0400 |
parents | c5c452f9c237 |
children | 248c4538e4ce |
files | chipsequtil/._map_to_known_genes.py chipsequtil/._map_to_known_genes.xml chipsequtil/map_to_known_genes.py |
diffstat | 3 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsequtil/map_to_known_genes.py Mon Apr 04 16:33:47 2016 -0400 +++ b/chipsequtil/map_to_known_genes.py Mon Apr 04 16:41:52 2016 -0400 @@ -200,7 +200,6 @@ if opts.symbol_xref : out_d['geneSymbol'] = symbol_xref_map[gene['name']]['geneSymbol'] peaks_writer.writerow(out_d) - print "wrote a row." mapped = True # reset map_type @@ -215,9 +214,7 @@ map_stats['intergenic'] += 1 if peak_output != sys.stdout: - print "arrived here." peak_output.close() - print "arrived here2." #if opts.stats_output != sys.stderr : # opts.stats_output = open(opts.stats_output,'w')