Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
dssp
Commits
80fd360e
Unverified
Commit
80fd360e
authored
Jun 21, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install dssp-extension at correct location... again
parent
b74eed13
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
CMakeLists.txt
+3
-1
src/dssp-io.cpp
+0
-4
No files found.
CMakeLists.txt
View file @
80fd360e
...
@@ -211,7 +211,9 @@ install(TARGETS ${PROJECT_NAME}
...
@@ -211,7 +211,9 @@ install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION
${
BIN_INSTALL_DIR
}
RUNTIME DESTINATION
${
BIN_INSTALL_DIR
}
)
)
install
(
FILES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/mmcif_pdbx/dssp-extension.dic"
DESTINATION
${
CIFPP_SHARE_DIR
}
)
set
(
CIFPP_DATA_DIR
"
${
CMAKE_INSTALL_FULL_DATADIR
}
/libcifpp"
)
install
(
FILES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/mmcif_pdbx/dssp-extension.dic"
DESTINATION
${
CIFPP_DATA_DIR
}
)
# manual
# manual
find_program
(
PANDOC pandoc
)
find_program
(
PANDOC pandoc
)
...
...
src/dssp-io.cpp
View file @
80fd360e
...
@@ -858,10 +858,6 @@ void annotateDSSP(cif::datablock &db, const dssp &dssp, bool writeOther, bool wr
...
@@ -858,10 +858,6 @@ void annotateDSSP(cif::datablock &db, const dssp &dssp, bool writeOther, bool wr
{
"end_auth_comp_id"
,
re
.
compound_id
()
},
{
"end_auth_comp_id"
,
re
.
compound_id
()
},
{
"end_auth_asym_id"
,
re
.
auth_asym_id
()
},
{
"end_auth_asym_id"
,
re
.
auth_asym_id
()
},
{
"end_auth_seq_id"
,
re
.
auth_seq_id
()
}
{
"end_auth_seq_id"
,
re
.
auth_seq_id
()
}
// { "pdbx_PDB_helix_class", vS(39, 40) },
// { "details", vS(41, 70) },
// { "pdbx_PDB_helix_length", vI(72, 76) }
});
});
st
=
t
;
st
=
t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment