inject arguments in test script The script expects a few arguments which are not passed by the testing infrastructure. This breaks the test. The integer value in sys.argv[1] is picked at random, but could be subject to discussion.
fix SyntaxWarning. This patch converts a couple of strings to raw strings in order to fix: . /usr/lib/python3/dist-packages/pauvre/gfftools.py:178: SyntaxWarning: invalid escape sequence '\ ' """ plots a lff patch /usr/lib/python3/dist-packages/pauvre/gfftools.py:259: SyntaxWarning: invalid escape sequence '\ ' """ plots a rff patch /usr/lib/python3/dist-packages/pauvre/synplot.py:531: SyntaxWarning: invalid escape sequence '\i' seq_name = "$\it{{{0}}}$".format(gff.species)