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
6977d26f
Commit
6977d26f
authored
1 year ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
compare-structures: docu update
Document default values for minimum peptide/nucleotide lengths
parent
b244fc36
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
actions/ost-compare-structures
+5
-3
5 additions, 3 deletions
actions/ost-compare-structures
modules/doc/actions.rst
+19
-19
19 additions, 19 deletions
modules/doc/actions.rst
with
24 additions
and
22 deletions
actions/ost-compare-structures
+
5
−
3
View file @
6977d26f
...
...
@@ -24,7 +24,7 @@ options, this is a dictionary with 8 keys describing model/reference comparison:
* "chem_groups": Groups of polypeptides/polynucleotides from reference that
are considered chemically equivalent. You can derive stoichiometry from this.
Contains only chains that are considered in chain mapping, i.e. pass a
size threshold (defaults:
10
for peptides, 4 for nucleotides).
size threshold (defaults:
6
for peptides, 4 for nucleotides).
* "chem_mapping": List of same length as "chem_groups". Assigns model chains to
the respective chem group. Again, only contains chains that are considered
in chain mapping.
...
...
@@ -500,7 +500,8 @@ def _ParseArgs():
dest="min_pep_length",
default = 6,
type=int,
help=("Relevant parameter if short peptides are involved in scoring."
help=("Default: 6 - "
"Relevant parameter if short peptides are involved in scoring. "
"Minimum peptide length for a chain in the target structure to "
"be considered in chain mapping. The chain mapping algorithm "
"first performs an all vs. all pairwise sequence alignment to "
...
...
@@ -515,7 +516,8 @@ def _ParseArgs():
dest="min_nuc_length",
default = 4,
type=int,
help=("Relevant parameter if short nucleotides are involved in scoring."
help=("Default: 4 - "
"Relevant parameter if short nucleotides are involved in scoring."
"Minimum nucleotide length for a chain in the target structure to "
"be considered in chain mapping. The chain mapping algorithm "
"first performs an all vs. all pairwise sequence alignment to "
...
...
This diff is collapsed.
Click to expand it.
modules/doc/actions.rst
+
19
−
19
View file @
6977d26f
...
...
@@ -76,7 +76,7 @@ Details on the usage (output of ``ost compare-structures --help``):
* "chem_groups": Groups of polypeptides/polynucleotides from reference that
are considered chemically equivalent. You can derive stoichiometry from this.
Contains only chains that are considered in chain mapping, i.e. pass a
size threshold (defaults:
10
for peptides, 4 for nucleotides).
size threshold (defaults:
6
for peptides, 4 for nucleotides).
* "chem_mapping": List of same length as "chem_groups". Assigns model chains to
the respective chem group. Again, only contains chains that are considered
in chain mapping.
...
...
@@ -359,25 +359,25 @@ Details on the usage (output of ``ost compare-structures --help``):
Dump additional info on model and reference residues
that occur in pepnuc alignments.
--min-pep-length MIN_PEP_LENGTH
Relevant parameter if short peptides are
involved in
scoring.Minimum peptide length for a
chain in the
target structure to be considered in
chain mapping.
The chain mapping algorithm first
performs an all vs.
all pairwise sequence alignment to
identify "equal"
chains within the target structure.
We go for simple
sequence identity there. Short
sequences can be
problematic as they may produce high
sequence identity
alignments by pure chance.
Default: 6 -
Relevant parameter if short peptides are
involved in
scoring.
Minimum peptide length for a
chain in the
target structure to be considered in
chain mapping.
The chain mapping algorithm first
performs an all vs.
all pairwise sequence alignment to
identify "equal"
chains within the target structure.
We go for simple
sequence identity there. Short
sequences can be
problematic as they may produce high
sequence identity
alignments by pure chance.
--min-nuc-length MIN_NUC_LENGTH
Relevant parameter if short nucleotides
are involved
in scoring.Minimum nucleotide length for
a chain in
the target structure to be considered in
chain
mapping. The chain mapping algorithm first
performs an
all vs. all pairwise sequence alignment to
identify
"equal" chains within the target structure.
We go for
simple sequence identity there. Short
sequences can be
problematic as they may produce high
sequence identity
alignments by pure chance.
Default: 4 -
Relevant parameter if short nucleotides
are involved
in scoring.Minimum nucleotide length for
a chain in
the target structure to be considered in
chain
mapping. The chain mapping algorithm first
performs an
all vs. all pairwise sequence alignment to
identify
"equal" chains within the target structure.
We go for
simple sequence identity there. Short
sequences can be
problematic as they may produce high
sequence identity
alignments by pure chance.
.. _ost compare ligand structures:
...
...
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