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
584b735d
Commit
584b735d
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics
parent
db964dac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/seq/alg/src/variance_map.cc
+0
-1
0 additions, 1 deletion
modules/seq/alg/src/variance_map.cc
modules/seq/alg/src/variance_map.hh
+0
-7
0 additions, 7 deletions
modules/seq/alg/src/variance_map.hh
with
0 additions
and
8 deletions
modules/seq/alg/src/variance_map.cc
+
0
−
1
View file @
584b735d
...
...
@@ -103,7 +103,6 @@ void FilllDDTValues(const std::vector<Real>& dist_diff,
local_lddt
[
i
]
=
static_cast
<
Real
>
(
counts
[
i
])
/
total_counts
[
i
];
}
}
}
...
...
This diff is collapsed.
Click to expand it.
modules/seq/alg/src/variance_map.hh
+
0
−
7
View file @
584b735d
...
...
@@ -149,10 +149,6 @@ public:
uint
GetNumResidues
()
const
{
return
num_residues_
;
}
uint
GetNumStructures
()
const
{
return
num_structures_
;
}
void
Add
(
uint
i_res
,
uint
i_str
,
Real
val
)
{
values_
[
GetIndex
(
i_res
,
i_str
)]
+=
val
;
}
void
ExportDat
(
const
String
&
file_name
);
void
ExportCsv
(
const
String
&
file_name
);
void
ExportJson
(
const
String
&
file_name
);
...
...
@@ -170,9 +166,6 @@ private:
std
::
vector
<
Real
>
values_
;
};
/// \returns Variance measure for each entry in dmap.
/// \param dmap Distance map as created with CreateDistanceMap.
/// \param sigma Used for weighting of variance measure
...
...
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