-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to load db index #101
Comments
Odd. Can you elaborate?
Some conditions under which this would occur
|
I am using Sina in pipeline. It needs to get run through an iteration with the arguments below: Even after removing the build and letting the Sina creates it and store it, it still throws the error : "[Search (internal)] argument index 14:23:42 [Search (internal)] Failed to load "/path/to/db/SILVA-RefNR/SILVA138_SSURefNR99_120620.sidx" - rebuilding" Thank you very much. |
I've experienced the same problem. (1) I've downloaded "sina-1.7.2-linux.tar.gz" from this repository, decompressed it, and used the binary within "sina-1.7.2-linux/bin". (2) My command was as below. I had used the same command for the previous run, except for input and output files. sina -i input.fasta -r SILVA_138.1_SSURef_NR99_12_06_20_opt.arb -o output.fasta -o output.csv --turn --search --fs-full-len=1300 --lca-fields=tax_slv --show-conf --intype=fasta --preserve-order --fasta-write-dna --fasta-write-dots --csv-crlf --overhang=remove --lowercase=unaligned --insertion=forbid --pen-gapext=2 --calc-idty --fs-kmer-no-fast --search-iupac=pessimistic (3) Free space in my disk is >20 TB, so I think that the index was not corrupted. (4) I used the same source database and didn't changed the size of k. Anyway, SINA worked fine after rebuilding the index, which required 15-20 min on my machine (Ubuntu 18.04). Below, I attach the stdout of the run. Processing: 0 [00:00:04] |
Hello, I have a similar issue which seems to be linked to the --search-no-fast & --fs-kmer-no-fast parameters. Below is my command: (my input is a fasta file) Find below the stdout of the run 08:23:14 [SINA] This is SINA 1.7.2. 08:23:20 [famfinder] Using internal engine for reference search |
Although the index for database is built and exists in the same directory with the database file, Sina throws the error of 'Failed to load "path/to/index" - rebuilding'
The text was updated successfully, but these errors were encountered: