uniclust-pipeline icon indicating copy to clipboard operation
uniclust-pipeline copied to clipboard

Non-existing flags in some tools

Open bordin89 opened this issue 5 years ago • 3 comments

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!

bordin89 avatar Sep 02 '19 15:09 bordin89

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

rubenbucio avatar Sep 01 '21 22:09 rubenbucio

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

glucksfall avatar Sep 29 '21 17:09 glucksfall

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.

glucksfall avatar Sep 29 '21 17:09 glucksfall