Package: python-cogent / 1.9-9
Metadata
Package | Version | Patches format |
---|---|---|
python-cogent | 1.9-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
accept_newer_cdhit.patch | (download) |
cogent/app/cd_hit.py |
10 8 + 2 - 0 ! |
get cogent to work with newer cd-hit that doesn't leave a temporary file sitting around. This patch has only been quickly tested and there may be deeper issues. |
fix_python_shebang_line.patch | (download) |
cogent/align/dp_calculation.py |
2 1 + 1 - 0 ! |
fix path to python interpreter |
parsinsert_not_in_caps.patch | (download) |
cogent/app/parsinsert.py |
2 1 + 1 - 0 ! |
make script compatible with spelling of debian's parsinsert package |
fasttree_not_in_caps.patch | (download) |
cogent/app/fasttree.py |
2 1 + 1 - 0 ! |
make script compatible with spelling of debian's fasttree package . One test had to be excluded. This is reported upstream as issue #102 |
raxml_unsupported_version.patch | (download) |
tests/test_app/test_raxml_v730.py |
3 2 + 1 - 0 ! |
the test is checking for an old verison of raxml for no good reason |
cd hit test.patch | (download) |
tests/test_app/test_cd_hit.py |
26 0 + 26 - 0 ! |
upstream confirmed that the app controller only supports cd-hit 3.1.1. . See https://github.com/pycogent/pycogent/issues/101 . Exclude some tests for the moment since otherwise there is no chance to get the new cogent version uploaded which in turn fixes lots of other bugs |
rdp_classifier.patch | (download) |
cogent/app/rdp_classifier.py |
2 1 + 1 - 0 ! |
try to support rdp_classifier (but failed - no idea why) |
skip_weak_tests.patch | (download) |
tests/test_align/test_weights/test_methods.py |
42 0 + 42 - 0 ! |
skip some tests that do not create reproducible results at package build time |
adapt_to_ncbi data_201609.patch | (download) |
tests/test_app/test_blast.py |
65 0 + 65 - 0 ! |
since ncbi-tools6 6.1.20160908-1 some blast relatet tests are failing at package Build time. These tests are deleted here. . Without the patches in tests/test_app/test_blast.py the build hangs totally and needs to be interrupted by ^C. . The patches in tests/test_app/test_formatdb.py lead to regular test suite failures with proper output of the problem. Bug-Debian: https://bugs.debian.org/847082 |
ignore_numpy_test_issue.patch | (download) |
tests/test_draw/test_distribution_plots.py |
6 0 + 6 - 0 ! |
skip test featuring wrong numpy usage Traceback (most recent call last): File "/<<PKGBUILDDIR>>/tests/test_util/test_array.py", line 596, in test_split_dimension a = split_dimension(m, 0) File "/<<PKGBUILDDIR>>/cogent/util/array.py", line 504, in split_dimension return reshape(m, new_dim) ... TypeError: 'numpy.float64' object cannot be interpreted as an index . The issue occured after upgrading from Numpy 1.11.2 to 1.12.0~b1 which has cause also other packages test suites failures. Since this version of Cogent is in low maintenance mode it will probably not be adapted to any new Numpy versions so skiping two tests might be the most apropriate step to deal with this issue Bug-Debian: https://bugs.debian.org/848746 |