Skip to content

Commit

Permalink
cov-mode parameter to foldseek run
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Nov 11, 2024
1 parent f0565f2 commit ba342f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,7 @@ def extract_sequence_from_pdb(pdb_file, chain, output_file):
'foldseek', 'easy-search', 'inp.pdb', database_folder, 'prot.foldseek',
'tmp2', '--exhaustive-search', '1', '--format-output',
"query,target,qstart,qend,tstart,tend,qcov,tcov,qtmscore,ttmscore,rmsd,qaln,taln",
'-c', str(cov_threshold)
'-c', str(cov_threshold), '--cov-mode', '0'
])

# Extract sequence and write to prot.seq
Expand Down

0 comments on commit ba342f9

Please sign in to comment.