Skip to content

Why is --alt-ali disabled for nucleotide searches? #1123

Description

@romanhaa

Hi there! I'm wondering why the --alt-ali flag is disabled in nucleotide mode.

// src/alignment/Alignment.cpp
if (altAlignment > 0) {
    if (Parameters::isEqualDbtype(querySeqType, Parameters::DBTYPE_NUCLEOTIDES)) {
        Debug(Debug::ERROR) << "Alternative alignments are not supported for nucleotides.\n";
        EXIT(EXIT_FAILURE);
    }

We'd love to use mmseqs2 but this is a blocker for us. Is it just that it's never been implemented?

Curious to hear from you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions