Open rukjis opened 6 months ago
Hi @rukjis,
My guess this is a bug in Hybracter - no need to pass --latency-wait
.
From the output:
Loading assemblies (2024-05-11 21:03:51)
hybridassem/output/hybracter/Iso16_hybracter/processing/complete/dnaapler/Iso16_pre_chrom/Iso16_reoriented.fasta
pre_polish contig_5: 1,208,607 bp
pre_polish contig_3: 1,411,941 bp
pre_polish contig_2: 3,104,156 bp
hybridassem/output/hybracter/Iso16_hybracter/processing/complete/dnaapler/Iso16/Iso16_reoriented.fasta
medaka_round_1 contig_5: 1,208,540 bp
medaka_round_1 1: 1,292,263 bp
medaka_round_1 contig_3: 1,411,927 bp
medaka_round_1 contig_2: 3,104,021 bp
There is some bug in the output for your data - not exactly sure why. I'll try and replicate the errors - it would be fantastic if you could send me the reads somehow (george.bouras@adelaide.edu.au)
But your output also suggests to me that your isolate's chromosome hasn't properly assembled with Flye (you can check the Flye assembly info in hybridassem/output/hybracter/Iso16_hybracter/supplementary_results/flye_individual_summaries/Iso16_assembly_info.txt
).
I would assume the likely chromosome did not circularise and is not complete. It looks like your isolate is really probably 5-6mbp chromosome if I had to guess (based on a 3Mbp and 2 1Mbp contigs).
Therefore, the default -c 1000000
is too low I'd pass -c 4000000
(under 5Mbp) and/or --subsample_depth 200
.
This should result in a complete assembly and probably your problem disappearing, but I do want to fix this bug nonetheless!
George
Hi,
Thank you for this great tool.
I am trying to assemble a bacterial genome with Nanopore long reads and Illumina paired end short reads using
hybrid-single
:But the assembly fails with the following error:
The error log suggests this after this message:
Where should I provide
--latency-wait
? Am I supposed to give it a value in seconds? Or does this issue have to be fixed in another manner?I have included the error and output log files here for your reference. Any help would be appreciated.
hybracter_err_Iso16.txt
hybracter_out_Iso16.txt