-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error: Identities do not match taxonomy database when using sourmash tax metagenome #2538
Comments
thanks @bryshalm! digging in now. created a fake/small tax CSV file:
copied in file:
ran:
and got an exciting!! new!!! error:
key point is this reproduces the problem that ...oh. duh.
and it looks like the problem is that we're not removing the @bryshalm in your
|
After including the
And run
I get this error message:
When I try
And run
I get:
|
I didn't edit the python script, but I did remove the
I was then able to successfully use |
The identities of the query genome and the metagenome database are not matching. I am getting an error message indicating the genome is not present in the database when it is. Error message shown below.
Steps:
Within the
/brymoore/sourmash_16S/sample_fasta_files
created a sqlite3 database to reduce time.Test
sourmash tax metagenome
with the sqldb.Output:
Checked for the presence of Symphytocarpus impexus within SILVA_138_taxonomy.txt.
Output:
Adapted
SILVA_138_taxonomy.csv
to include "NA" in empyt taxonomic rank positions. Believe the error is ocurring due to the difference in tax rank of some of the microorganisms. The standard seems to be 7 or 8 while the Eukrayota seem to have only 5. File location:brymoore/sourmash_16s/silva/tax_python_scriptaddna.sh
.tax_python_scriptaddna.sh:
Within the
/brymoore/sourmash_16S/sample_fasta_files
.Confirmed "NA" would be added to empty tax rank positions.Output:
Test
sourmash tax metagenome
again.Output:
Checked for the presence of KY379875 within the
SILVA_138_taxonomy.csv
.Output:
Checked for the presence of KY379875 within the query file.
Output:
Used sourmash tax metagenome with
--keep-full-identifiers
.Output:
The text was updated successfully, but these errors were encountered: