Package: ariba / 2.14.6+ds-1
Metadata
Package | Version | Patches format |
---|---|---|
ariba | 2.14.6+ds-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use_debian_packaged_libs_for_extension.patch | (download) |
setup.py |
65 32 + 33 - 0 ! |
use debian packages dependencies for extension build |
use_bwa_compatible_fermi lite.patch | (download) |
ariba/ext/fml-asm_ariba.cpp |
4 2 + 2 - 0 ! |
adapt to fermi-lite which does not conflict with bwa An issue on fermi-lite upstream tracker https://github.com/lh3/fermi-lite/issues/5 suggests to take over a patch for the Debian package which would enable making it co-usable with libbwa-dev (which is needed in libseqlib). This patch adapts ariba to the potential change in fermi-lite. |
add testdata.patch | (download) |
setup.py |
38 37 + 1 - 0 ! |
include testdata in package |
disable tests with internet access.patch | (download) |
ariba/tests/ncbi_getter_test.py |
24 12 + 12 - 0 ! |
disable tests that need internet access |
support pymummer 0.11.patch | (download) |
ariba/tests/assembly_variants_test.py |
98 49 + 49 - 0 ! |
adapt test cases for new pymummer version |
run debian spades wrapper.patch | (download) |
ariba/assembly.py |
2 1 + 1 - 0 ! |
run debian spades wrapper Debian's /usr/bin/spades.py is not a Python script, but a wrapper around a common executable only provided for compatibility reasons. Ariba is trying to execute it explicitly as a Python script. This patch just calls the executable without forcing it through the Python interpreter. |