-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
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
Labels
No labels