Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenzk
AlphaFold2_jax
Commits
41232dc7
Commit
41232dc7
authored
Aug 02, 2021
by
Augustin Zidek
Committed by
Copybara-Service
Aug 02, 2021
Browse files
Fix a few typos.
PiperOrigin-RevId: 388172326 Change-Id: I11d9e498c226cd752947feb51b7d1eb343b4d7ab
parent
b88f8dac
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+1
-1
alphafold/common/protein.py
alphafold/common/protein.py
+1
-1
alphafold/data/templates.py
alphafold/data/templates.py
+1
-1
alphafold/model/all_atom.py
alphafold/model/all_atom.py
+3
-3
alphafold/model/tf/protein_features.py
alphafold/model/tf/protein_features.py
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
README.md
View file @
41232dc7
...
...
@@ -107,7 +107,7 @@ $DOWNLOAD_DIR/ # Total: ~ 2.2 TB (download: 438 GB)
mmcif_files/
# About 180,000 .cif files.
obsolete.dat
small_
f
bd/ # ~ 17 GB (download: 9.6 GB)
small_b
f
d/ # ~ 17 GB (download: 9.6 GB)
bfd-first_non_consensus_sequences.fasta
uniclust30/ # ~ 86 GB (download: 24.9 GB)
uniclust30_2018_08/
...
...
alphafold/common/protein.py
View file @
41232dc7
...
...
@@ -194,7 +194,7 @@ def ideal_atom_mask(prot: Protein) -> np.ndarray:
`Protein.atom_mask` typically is defined according to the atoms that are
reported in the PDB. This function computes a mask according to heavy atoms
that should be present in the given seqence of amino acids.
that should be present in the given seq
u
ence of amino acids.
Args:
prot: `Protein` whose fields are `numpy.ndarray` objects.
...
...
alphafold/data/templates.py
View file @
41232dc7
...
...
@@ -885,7 +885,7 @@ class TemplateHitFeaturizer:
errors
.
append
(
result
.
error
)
# There could be an error even if there are some results, e.g. thrown by
# other unpars
e
able chains in the same mmCIF file.
# other unparsable chains in the same mmCIF file.
if
result
.
warning
:
warnings
.
append
(
result
.
warning
)
...
...
alphafold/model/all_atom.py
View file @
41232dc7
...
...
@@ -578,10 +578,10 @@ def extreme_ca_ca_distance_violations(
residue_index
:
jnp
.
ndarray
,
# (N)
max_angstrom_tolerance
=
1.5
)
->
jnp
.
ndarray
:
"""Counts residues whose Ca is a large distance from its neighbor.
"""Counts residues whose Ca is a large distance from its neighbo
u
r.
Measures the fraction of CA-CA pairs between consec
t
utive amino acids that
are
more than 'max_angstrom_tolerance' apart.
Measures the fraction of CA-CA pairs between consecutive amino acids that
are
more than 'max_angstrom_tolerance' apart.
Args:
pred_atom_positions: Atom positions in atom37/14 representation
...
...
alphafold/model/tf/protein_features.py
View file @
41232dc7
...
...
@@ -93,7 +93,7 @@ def shape(feature_name: str,
Args:
feature_name: String identifier for the feature. If the feature name ends
with "_unnormalized", th
e
is suffix is stripped off.
with "_unnormalized", this suffix is stripped off.
num_residues: The number of residues in the current domain - some elements
of the shape can be dynamic and will be replaced by this value.
msa_length: The number of sequences in the multiple sequence alignment, some
...
...
docker/Dockerfile
View file @
41232dc7
...
...
@@ -42,7 +42,7 @@ RUN git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh
&&
popd
\
&&
rm
-rf
/tmp/hh-suite
# Install Miniconda package manger.
# Install Miniconda package man
a
ger.
RUN
wget
-q
-P
/tmp
\
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
\
&&
bash /tmp/Miniconda3-latest-Linux-x86_64.sh
-b
-p
/opt/conda
\
...
...
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