Skip to content
Snippets Groups Projects
Commit 318a1bde authored by Studer Gabriel's avatar Studer Gabriel
Browse files

restore default of assigning secondary structure

We avoid to adapt some code in SWISS-MODEL that way...
parent 72a2d5d1
Branches
Tags
No related merge requests found
......@@ -510,7 +510,7 @@ class HHblits:
self.working_dir = tmp_dir.dirname
self.filename = tmp_dir.files[0]
def BuildQueryMSA(self, nrdb, options={}, a3m_file=None, assign_ss=False):
def BuildQueryMSA(self, nrdb, options={}, a3m_file=None, assign_ss=True):
"""Builds the MSA for the query sequence.
This function directly uses hhblits of hhtools. While in theory it would
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment