Mercurial > repos > alenail > chipsequtil
changeset 16:4c645d02a428 draft
Uploaded
author | alenail |
---|---|
date | Mon, 04 Apr 2016 16:20:07 -0400 |
parents | d7e08e5fa1a7 |
children | 4f63a6af2c4b |
files | chipsequtil/._map_to_known_genes.py chipsequtil/._map_to_known_genes.xml chipsequtil/map_to_known_genes.py |
diffstat | 3 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsequtil/map_to_known_genes.py Mon Apr 04 15:59:17 2016 -0400 +++ b/chipsequtil/map_to_known_genes.py Mon Apr 04 16:20:07 2016 -0400 @@ -120,7 +120,7 @@ chrom_genes = gene_ref[peak[chr_field]] if len(chrom_genes) == 0 : - sys.stderr.write('WARNING: peak chromosome %s not found in gene reference, skipping: %s\n'%(peak[chr_field],peak)) + sys.stdout.write('WARNING: peak chromosome %s not found in gene reference, skipping: %s\n'%(peak[chr_field],peak)) continue mapped = False