Skip to content

Sequence-to-structure search problem #545

@linzhang-allan

Description

@linzhang-allan

I used the following commands to perform a sequence-to-structure search with Foldseek:

foldseek createdb reference reference_db
foldseek easy-search test_dataset.fasta reference_db rdrp_Foldseek_Results_prostT5.tsv tmp \
  --format-output "query,target,alnlen,fident,qaln,taln,evalue,bits" \
  --prostt5-model ~/weights \
  --threads 8 \
  --gpu 1

However, in the output file rdrp_Foldseek_Results_prostT5.tsv I get almost no alignments with an e-value < 0.1(29/44804).
Is this expected behavior, or is there something wrong with the way I’m running the command (or with the parameters I’m using)?

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