Skip to content

Error: the assembly_1 and assembly_2 assemblies need to contain the same number of sequences #78

Description

@rukjis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions