After SamToFastq only provided Interleaved pairs, I ran bam2fastx and it gave 1.6 GB of fastqsanger.gz. Then I ran Flye for assembly. But there was the following error in all steps.
- Flye on data: consensus
- Flye on data: assembly graph
- Flye on data: graphical fragment assembly
- Flye on data: assembly info
Execution resulted in the following messages: Fatal error: Exit code 1 ()
Tool generated the following standard error:
[2024-09-25 17:23:17] INFO: Starting Flye 2.9.5-b1801
[2024-09-25 17:23:17] INFO: >>>STAGE: configure
[2024-09-25 17:23:17] INFO: Configuring run
[2024-09-25 17:24:11] INFO: Total read length: 2699188740
[2024-09-25 17:24:11] INFO: Reads N50/N90: 6925 / 4548
[2024-09-25 17:24:11] INFO: Minimum overlap set to 5000
[2024-09-25 17:24:11] INFO: >>>STAGE: assembly
[2024-09-25 17:24:11] INFO: Assembling disjointigs
[2024-09-25 17:24:11] INFO: Reading sequences
[2024-09-25 17:25:04] INFO: Counting k-mers:
0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
[2024-09-25 17:27:48] INFO: Filling index table (1/2)
0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
[2024-09-25 17:30:32] INFO: Filling index table (2/2)
0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
[2024-09-25 17:34:47] INFO: Extending reads
[2024-09-25 17:46:46] INFO: Overlap-based coverage: 741
[2024-09-25 17:46:46] INFO: Median overlap divergence: 0.0441275
0% 100%
[2024-09-25 20:43:24] INFO: Assembled 0 disjointigs
[2024-09-25 20:43:24] INFO: Generating sequence
[2024-09-25 20:43:24] INFO: Filtering contained disjointigs
[2024-09-25 20:43:24] INFO: Contained seqs: 0
[2024-09-25 20:43:25] ERROR: No disjointigs were assembled - please check if the read type and genome size parameters are correct
[2024-09-25 20:43:25] ERROR: Pipeline aborted
Galaxy job runner generated the following standard error:
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
WARNING:galaxy.model:Datatype class not found for extension ‘gfa’
If you don’t mind, would you please help me how to fix the problem? I really appreciate your great help!!!