Mercurial > repos > greg > repmatch_gff3
comparison repmatch_gff3_util.py @ 1:8159aaa7da4b draft
Uploaded
author | greg |
---|---|
date | Tue, 17 Nov 2015 16:33:32 -0500 |
parents | d33030c8e2cc |
children | d668b18696f4 |
comparison
equal
deleted
inserted
replaced
0:d33030c8e2cc | 1:8159aaa7da4b |
---|---|
2 import csv | 2 import csv |
3 import os | 3 import os |
4 import shutil | 4 import shutil |
5 import sys | 5 import sys |
6 import tempfile | 6 import tempfile |
7 | 7 import matplotlib |
8 mpl.use('Agg') | |
8 from matplotlib import pyplot | 9 from matplotlib import pyplot |
9 | 10 |
10 # Graph settings | 11 # Graph settings |
11 Y_LABEL = 'Counts' | 12 Y_LABEL = 'Counts' |
12 X_LABEL = 'Number of matched replicates' | 13 X_LABEL = 'Number of matched replicates' |