Mercurial > repos > iuc > repmatch_gff3
comparison repmatch_gff3_util.py @ 5:2365720de36d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit cb490a0eee9efc2cd6c98d5bb714b75b5894c56c
| author | iuc |
|---|---|
| date | Mon, 06 Nov 2017 23:21:06 -0500 |
| parents | 6acaa2c93f47 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:6acaa2c93f47 | 5:2365720de36d |
|---|---|
| 5 import sys | 5 import sys |
| 6 import tempfile | 6 import tempfile |
| 7 | 7 |
| 8 import matplotlib | 8 import matplotlib |
| 9 matplotlib.use('Agg') | 9 matplotlib.use('Agg') |
| 10 from matplotlib import pyplot # noqa: E402 | 10 from matplotlib import pyplot # noqa: I202,E402 |
| 11 | 11 |
| 12 # Graph settings | 12 # Graph settings |
| 13 Y_LABEL = 'Counts' | 13 Y_LABEL = 'Counts' |
| 14 X_LABEL = 'Number of matched replicates' | 14 X_LABEL = 'Number of matched replicates' |
| 15 TICK_WIDTH = 3 | 15 TICK_WIDTH = 3 |
