ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
486 stars 107 forks source link

Failed sanitize_fasta_header jobs with sqlite3.OperationalError: disk I/O error in Cactus Pangenome on WSL Ubuntu 20.04 #1290

Open whelixw opened 5 months ago

whelixw commented 5 months ago

Failed sanitize_fasta_header jobs with sqlite3.OperationalError: disk I/O error in Cactus Pangenome on WSL Ubuntu 20.04

Issue Description

I'm encountering an issue with Cactus Pangenome where multiple sanitize_fasta_header jobs fail, leading to the entire workflow failing. This happens both with the precompiled binaries and with a version of Cactus I compiled myself. The error involves an sqlite3.OperationalError: disk I/O error, suggesting a problem with disk I/O operations within the SQLite database that Cactus uses. This issue occurs on Windows Subsystem for Linux (WSL) running Ubuntu 20.04.6 LTS.

Environment Details

Steps to Reproduce

The error occurs when running the following command as part of the Cactus Pangenome quickstart guide:


cactus-pangenome ./js ./examples/evolverPrimates.txt --outDir primates-pg --outName primates-pg --reference simChimp --vcf --giraffe --gfa --gbz --mapCores 1
[cactus_err_log.txt](https://github.com/ComparativeGenomicsToolkit/cactus/files/14374972/cactus_err_log.txt)
glennhickey commented 5 months ago

Looks like an issue with your filesystem. If you can move from a network to local drive that may help -- see this comment https://github.com/ComparativeGenomicsToolkit/cactus/issues/748#issuecomment-1315485579