Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
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
ProMod3
Commits
a175a102
Commit
a175a102
authored
6 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
remove last traces of 2010DunbrackLib
parent
41c04c75
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/portableIO.rst
+1
-1
1 addition, 1 deletion
doc/portableIO.rst
extras/data_generation/portable_binaries/convert_data.cc
+3
-3
3 additions, 3 deletions
extras/data_generation/portable_binaries/convert_data.cc
with
4 additions
and
4 deletions
doc/portableIO.rst
+
1
−
1
View file @
a175a102
...
...
@@ -387,7 +387,7 @@ The following binary files are currently in |project|:
- module ``sidechain``:
- :file:`
2010DunbrackL
ib.dat`
- :file:`
bb_dep_l
ib.dat`
(:class:`~promod3.sidechain.BBDepRotamerLib`)
- :file:`PenultimateLib.dat`
(:class:`~promod3.sidechain.RotamerLib`)
...
...
This diff is collapsed.
Click to expand it.
extras/data_generation/portable_binaries/convert_data.cc
+
3
−
3
View file @
a175a102
...
...
@@ -386,7 +386,7 @@ int main() {
// convert_frag_db("frag_db.dat");
// convert_structure_db("structure_db.dat");
// convert_structure_db("structure_db_small.dat", "structure_db_new.dat");
// convert_BBDepRotamerLib("
2010DunbrackL
ib.dat");
// convert_BBDepRotamerLib("
bb_dep_l
ib.dat");
// convert_RotamerLib("PenultimateLib.dat");
/////////////////////////////////////////////////////////////
...
...
@@ -408,8 +408,8 @@ int main() {
portable_structure_db
(
"src_data/structure_db_small.dat"
,
"structure_db_new.dat"
,
"p_data/portable_structure_db_small.dat"
);
portable_BBDepRotamerLib
(
"
2010DunbrackL
ib.dat"
,
"p_data/portable_
2010DunbrackL
ib.dat"
);
portable_BBDepRotamerLib
(
"
bb_dep_l
ib.dat"
,
"p_data/portable_
bb_dep_l
ib.dat"
);
portable_RotamerLib
(
"PenultimateLib.dat"
,
"p_data/portable_PenultimateLib.dat"
);
...
...
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