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

Non-existing flags in some tools #13

Open
bordin89 opened this issue Sep 2, 2019 · 3 comments
Open

Non-existing flags in some tools #13

bordin89 opened this issue Sep 2, 2019 · 3 comments

Comments

@bordin89
Copy link

bordin89 commented Sep 2, 2019

Hi!

While trying to run the pipeline I found certain flags I had either to change manually in the code or not recognized altogether.

One issue is related to a reference to target-cov and --cov-mode. Are they interchangeable?

Unrecognized parameter --target-cov Did you mean "--cov-mode"?

Unrecognized parameter --max-seqs Did you mean "--max-seq-len"?

It seems that mmseqs got updated but probably the pipeline references a previous version of it?

Hope this helps!

@rubenbucio
Copy link

Did you find any way to make it work?? I'm stuck with "--target-cov"

@glucksfall
Copy link

I think "--target-cov" was changed to "-c" List matches above this fraction of aligned (covered) residues (see --cov-mode) [0.000]

@glucksfall
Copy link

I think "--max-seqs" doesn't exist anymore. I tracked changes in the code (src/commons/Parameters.cpp) and the option disappeared. I removed it from the script.

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

3 participants