Skip to content

Commit

Permalink
update mmseqs2 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dingquanyu committed Nov 14, 2023
1 parent fae927d commit b9634be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions alphapulldown/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,20 @@ def make_mmseq_features(
) = unserialize_msa(a3m_lines, self.sequence)

else:
print("###### lin 228 will run mmseqs2 with the latest modifications")
(
unpaired_msa,
paired_msa,
query_seqs_unique,
query_seqs_cardinality,
template_features,
) = get_msa_and_templates(
self.description,
self.sequence,
plPath(result_dir),
msa_mode,
use_templates,
a3m_lines = a3m_lines,
jobname=self.description,
query_sequences=self.sequence,
result_dir=plPath(result_dir),
msa_mode=msa_mode,
use_templates=use_templates,
custom_template_path=None,
pair_mode="none",
host_url=DEFAULT_API_SERVER,
Expand Down

0 comments on commit b9634be

Please sign in to comment.