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:
singularity exec hybracter_0.7.3.sif hybracter hybrid-single -l hybridassem/output/chopper/Iso16_chop.fastq -1 hybridassem/output/fastp/Iso16_fp_R1.fastq -2 hybridassem/output/fastp/Iso16_fp_R2.fastq -s Iso16 -o hybridassem/output/hybracter/Iso16_hybracter -t 32 --flyeModel --nano-raw
But the assembly fails with the following error:
Error: the assembly_1 and assembly_2 assemblies need to contain the same number
of sequences
The error log suggests this after this message:
Waiting at most 5 seconds for missing files.
MissingOutputException in rule compare_assemblies_medaka_round_1 in file /opt/miniforge3/lib/python3.10/site-packages/hybracter/workflow/rules/polishing/long_read_polish.smk, line 68:
Job 59 completed successfully, but some output files are missing. Missing files after 5 seconds. This might be due to filesystem latency. If that is the case, consider to increase the wait time with --latency-wait:
hybridassem/output/hybracter/Iso16_hybracter/supplementary_results/comparisons/Iso16/medaka_round_1_vs_pre_polish.txt
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
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