# HG changeset patch # User iuc # Date 1510028466 18000 # Node ID 2365720de36d6d021606e16586ab08e570a45d65 # Parent 6acaa2c93f4731c6a086e18f83db461065cfe985 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit cb490a0eee9efc2cd6c98d5bb714b75b5894c56c diff -r 6acaa2c93f47 -r 2365720de36d repmatch_gff3_util.py --- a/repmatch_gff3_util.py Wed Jul 12 10:11:53 2017 -0400 +++ b/repmatch_gff3_util.py Mon Nov 06 23:21:06 2017 -0500 @@ -7,7 +7,7 @@ import matplotlib matplotlib.use('Agg') -from matplotlib import pyplot # noqa: E402 +from matplotlib import pyplot # noqa: I202,E402 # Graph settings Y_LABEL = 'Counts'