Package: src:ariba
Version: 2.14.7+ds-7
Severity: serious
Tags: ftbfs trixie sid
...
=================================== FAILURES ===================================
____________________ TestAssembly.test_assemble_with_spades ____________________
self = <ariba.tests.assembly_test.TestAssembly testMethod=test_assemble_with_spades>
@unittest.skipUnless(extern_progs.exe('spades'), "Spades assembler is optional and is not configured")
def test_assemble_with_spades(self):
'''test _assemble_with_spades'''
reads1 = os.path.join(data_dir, 'assembly_test_assemble_with_spades_reads_1.fq')
reads2 = os.path.join(data_dir, 'assembly_test_assemble_with_spades_reads_2.fq')
tmp_dir = 'tmp.test_assemble_with_spades'
tmp_log = 'tmp.test_assemble_with_spades.log'
with open(tmp_log, 'w') as tmp_log_fh:
print('First line', file=tmp_log_fh)
common.rmtree(tmp_dir)
#using spades_options=" --only-assembler" because error correction cannot determine quality offset on this
#artificial dataset
a = assembly.Assembly(reads1, reads2, 'not needed', 'not needed', tmp_dir, 'not_needed_for_this_test.fa',
'not_needed_for_this_test.bam', tmp_log_fh, 'not needed',
assembler="spades", spades_options=" --only-assembler")
a._assemble_with_spades()
self.assertTrue(a.assembled_ok)E AssertionError: False is not true
ariba/tests/assembly_test.py:128: AssertionError ----------------------------- Captured stderr call -----------------------------
...
I wonder whether spades 4.0.0+really3.15.5 might be the correct solution
for ariba/shovill/unicycler in trixie.
Le 10/04/2025 à 22:36, Étienne Mollier a écrit :
Adrian Bunk suggested, on 2025-04-10:
I wonder whether spades 4.0.0+really3.15.5 might be the correct solution for ariba/shovill/unicycler in trixie.
Would that work for you to rollback to 3.15.5 for trixie, and
pursuing the upgrade effort in experimental in the meantime?
I have just done so! The rdeps were tested locally with ratt, I will monitor the autopkgtests and close #1098530 if everything works as expected.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 481 |
Nodes: | 16 (2 / 14) |
Uptime: | 14:57:01 |
Calls: | 9,540 |
Files: | 13,653 |
Messages: | 6,139,630 |