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

max-seq-len default value #920

Open
Dmitry-Antipov opened this issue Dec 12, 2024 · 0 comments
Open

max-seq-len default value #920

Dmitry-Antipov opened this issue Dec 12, 2024 · 0 comments

Comments

@Dmitry-Antipov
Copy link

Is --max-seq-len default value reported with mmseqs2 -h correct?

For everywhere it is reported to be 65535, but it seems that in the source code (i.e. here

if (p->PARAM_MAX_SEQ_LEN.wasSet == false) {
) it is set to 10000 and it actually matches with the mmseq align results I see - they are truncated on first 10000 bases

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.

MMseqs Output (for bugs)

Please make sure to also post the complete output of MMseqs. You can use gist.github.com for large output.

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

  • Git commit used (The string after "MMseqs Version:" when you execute MMseqs without any parameters):
  • Which MMseqs version was used (Statically-compiled, self-compiled, Homebrew, etc.):
  • For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
  • Server specifications (especially CPU support for AVX2/SSE and amount of system memory):
  • Operating system and version:
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

1 participant