# HG changeset patch # User alenail # Date 1460640953 14400 # Node ID 5c1e5d77121674190c4651d26017578cc95a4b1d # Parent aec507b81d10ca2f33e4fd13dcef76b118d2090d Uploaded diff -r aec507b81d10 -r 5c1e5d771216 chipsequtil/map_to_known_genes/._map_to_known_genes.py Binary file chipsequtil/map_to_known_genes/._map_to_known_genes.py has changed diff -r aec507b81d10 -r 5c1e5d771216 chipsequtil/map_to_known_genes/._map_to_known_genes.xml Binary file chipsequtil/map_to_known_genes/._map_to_known_genes.xml has changed diff -r aec507b81d10 -r 5c1e5d771216 chipsequtil/pieplot_macs/pieplots_macs.py --- a/chipsequtil/pieplot_macs/pieplots_macs.py Wed Apr 13 18:10:35 2016 -0400 +++ b/chipsequtil/pieplot_macs/pieplots_macs.py Thu Apr 14 09:35:53 2016 -0400 @@ -17,6 +17,7 @@ __author__='Renan Escalante' __email__='renanec@mit.edu' +import pandas as pd import matplotlib matplotlib.use('pdf') from matplotlib import pyplot as plt @@ -24,7 +25,6 @@ matplotlib.rcParams['font.size']=14 import sys from argparse import ArgumentParser -import pandas as pd def map_peaks(gene,peak,outfile,macsFlag): genefile = open(gene, 'r') diff -r aec507b81d10 -r 5c1e5d771216 chipsequtil/pieplot_macs/tool_dependencies.xml --- a/chipsequtil/pieplot_macs/tool_dependencies.xml Wed Apr 13 18:10:35 2016 -0400 +++ b/chipsequtil/pieplot_macs/tool_dependencies.xml Thu Apr 14 09:35:53 2016 -0400 @@ -1,9 +1,9 @@ - - - - - - + + + + + +