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
e78ac11b
Commit
e78ac11b
authored
1 year ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Documentation update
parent
ec748945
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/io/tests/test_mmcif_writer.cc
+1
-1
1 addition, 1 deletion
modules/io/tests/test_mmcif_writer.cc
modules/seq/alg/doc/seqalg.rst
+1
-1
1 addition, 1 deletion
modules/seq/alg/doc/seqalg.rst
with
2 additions
and
2 deletions
modules/io/tests/test_mmcif_writer.cc
+
1
−
1
View file @
e78ac11b
...
...
@@ -372,7 +372,7 @@ BOOST_AUTO_TEST_CASE(mmcif_writer_small_sugars)
writer
.
Write
(
"test"
,
out
);
String
s
=
out
.
str
();
// Check that the mmCIF output contains
2 non-polymer
entit
ies
// Check that the mmCIF output contains
a branched
entit
y
BOOST_CHECK_NE
(
s
.
find
(
"loop_
\n
_entity.id
\n
_entity.type
\n
1 branched"
),
String
::
npos
);
// Check that atoms are HETATMs since non-poly
...
...
This diff is collapsed.
Click to expand it.
modules/seq/alg/doc/seqalg.rst
+
1
−
1
View file @
e78ac11b
...
...
@@ -226,7 +226,7 @@ Algorithms for Alignments
calculated as the number of matches divided by the length of the longer
sequence. If set to `seq.alg.RefMode.ALIGNMENT` (the default), the sequence
identity is calculated as the number of matches divided by the number of
aligned residues
.
aligned residues
(not including the gaps).
:type ref_mode: int
:param seq_a: the index of the first sequence
:type seq_a: int
...
...
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