Mercurial > repos > alenail > pieplot_macs
changeset 2:039eab1177fc draft
Uploaded
author | alenail |
---|---|
date | Thu, 14 Apr 2016 17:21:23 -0400 |
parents | c35147e7f9ef |
children | 02e03803a156 |
files | pieplot_macs/pieplots_macs.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pieplot_macs/pieplots_macs.py Thu Apr 14 12:15:43 2016 -0400 +++ b/pieplot_macs/pieplots_macs.py Thu Apr 14 17:21:23 2016 -0400 @@ -17,13 +17,13 @@ __author__='Renan Escalante' __email__='renanec@mit.edu' -import pandas as pd +import sys import matplotlib matplotlib.use('pdf') from matplotlib import pyplot as plt matplotlib.rcParams['pdf.fonttype']=42 matplotlib.rcParams['font.size']=14 -import sys +import pandas as pd from argparse import ArgumentParser def map_peaks(gene,peak,outfile,macsFlag):