Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
b7dc72a6
Commit
b7dc72a6
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
SCHWED-3472: Removed SM specific HHblits code.
parent
ca276397
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/bindings/pymod/hhblits.py
+1
-13
1 addition, 13 deletions
modules/bindings/pymod/hhblits.py
with
1 addition
and
13 deletions
modules/bindings/pymod/hhblits.py
+
1
−
13
View file @
b7dc72a6
...
...
@@ -429,17 +429,6 @@ def ParseHHM(profile):
return
profile_dict
def
EstimateMemConsumption
():
"""
Estimate the memory needed by HHblits. By default it uses not more than 3G.
Also for small sequences it already uses quite some memnmory (46AA, 1.48G).
And since the memory consumption could depend on the iterative search runs,
how many hits are found in each step, we just go with 4G, here.
:return: Assumed memory consumtion
:rtype: (:class:`float`, :class:`str`)
"""
return
4.0
,
'
G
'
class
HHblits
:
"""
...
...
@@ -459,7 +448,6 @@ class HHblits:
:param working_dir: Directory for temporary files. Will be created if not
present but **not** automatically deleted.
:type working_dir: :class:`str`
"""
OUTPUT_PREFIX
=
'
query_hhblits
'
def
__init__
(
self
,
query
,
hhsuite_root
,
hhblits_bin
=
None
,
working_dir
=
None
):
...
...
@@ -736,7 +724,7 @@ class HHblits:
__all__
=
[
'
HHblits
'
,
'
HHblitsHit
'
,
'
HHblitsHeader
'
,
'
ParseHHblitsOutput
'
,
'
ParseA3M
'
,
'
ParseHHM
'
,
'
ParseHeaderLine
'
,
'
EstimateMemConsumption
'
]
'
ParseHeaderLine
'
]
# LocalWords: HHblits MSA hhblits hhtools PSIPRED addss param nrdb str mact
# LocalWords: cpu hhm func ParseHHblitsOutput ss pred conf msa hhsuite dir
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment