Skip to content
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

Tutorial error: Unrecognized parameter --tax-mapping-file #823

Open
sujee119 opened this issue Mar 15, 2024 · 2 comments
Open

Tutorial error: Unrecognized parameter --tax-mapping-file #823

sujee119 opened this issue Mar 15, 2024 · 2 comments

Comments

@sujee119
Copy link

Hi,

I'm trying to learn the workflow through the tutorial. unfortunately, the commands in the tutorials are wrong according to the program codes.

i followed this steps

Download the database

wget http://wwwuser.gwdg.de/~compbiol/mmseqs2/tutorials/uniprot_sprot_2018_03.fasta.gz
wget http://wwwuser.gwdg.de/~compbiol/mmseqs2/tutorials/uniprot_sprot_2018_03_mapping.tsv.gz
gunzip uniprot_sprot_2018_03_mapping.tsv.gz

Create a taxonomically annotated sequence database

mmseqs createdb uniprot_sprot_2018_03.fasta.gz uniprot_sprot
mmseqs createtaxdb uniprot_sprot tmp --tax-mapping-file uniprot_sprot_2018_03_mapping.tsv

(mmseq2) cyborg@skynet:~/root_dev$ mmseqs createtaxdb uniprot_sprot tmp --tax-mapping-file uniprot_sprot_2018_03_mapping.tsv
mmseqs createtaxdb:
Annotates a sequence database with NCBI taxonomy information. The program will download the Uniprot taxMappingFile and ncbi-taxdump-folder if only two arguments are passed.

Please cite:
Steinegger, M. & Soding, J. MMseqs2 enables sensitive protein sequence searching for the analysis of massive data sets. Nature Biotechnology, doi:10.1038/nbt.3988 (2017)

© Martin Steinegger martin.steinegger@mpibpc.mpg.de

Usage: <i:sequenceDB> [<i:taxMappingFile> <i:ncbi-taxdump-folder>] [options]

common options default description [value range]
-v 3 verbosity level: 0=nothing, 1: +errors, 2: +warnings, 3: +info

Unrecognized parameter --tax-mapping-file
Did you mean "-v"?

if there are any updates to the codes, please let me know.

-Thanks

@sujee119 sujee119 changed the title # Download the database wget http://wwwuser.gwdg.de/~compbiol/mmseqs2/tutorials/uniprot_sprot_2018_03.fasta.gz wget http://wwwuser.gwdg.de/~compbiol/mmseqs2/tutorials/uniprot_sprot_2018_03_mapping.tsv.gz gunzip uniprot_sprot_2018_03_mapping.tsv.gz # Create a taxonomically annotated sequence database mmseqs createdb uniprot_sprot_2018_03.fasta.gz uniprot_sprot mmseqs createtaxdb uniprot_sprot tmp --tax-mapping-file uniprot_sprot_2018_03_mapping.tsv Tutorial error: Unrecognized parameter --tax-mapping-file Mar 15, 2024
@milot-mirdita
Copy link
Member

This looks like it installed a really old version of MMseqs2. Did you install the software through conda into a new environment?

@sujee119
Copy link
Author

This looks like it installed a really old version of MMseqs2. Did you install the software through conda into a new environment?

Yes, i used conda to install. I also tried reinstalling and ran the codes. the error repeats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants