Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QUICK_START_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ for residue in protein.residues:

#### Accessing Atoms in a Protein

Similary, the atoms that are part of the protein can be accesses through the `atoms` attribute.
Similarly, the atoms that are part of the protein can be accesses through the `atoms` attribute.
For example, to access the coordinates of all the atoms in the protein, you can use the following code:

```python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ such infrastructure.

## Contributing to Protkit

Protkit is an open source project and we welcome contributions from the community. If you would like to contribute, please see the [Contibuting](CONTRIBUTING.md) file for details. Please also adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).
Protkit is an open source project and we welcome contributions from the community. If you would like to contribute, please see the [Contributing](CONTRIBUTING.md) file for details. Please also adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).

---

Expand Down
8 changes: 4 additions & 4 deletions docs/download/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h1 class="title">Module <code>protkit.download.download</code></h1>
directory: str,
n_jobs: int = -1) -&gt; None:
&#34;&#34;&#34;
Downloads multiple Bianry CIF files from the RCSB.
Downloads multiple Binary CIF files from the RCSB.

Args:
pdb_ids (List[str]): The IDs of the Binary CIF files.
Expand Down Expand Up @@ -735,7 +735,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
directory: str,
n_jobs: int = -1) -&gt; None:
&#34;&#34;&#34;
Downloads multiple Bianry CIF files from the RCSB.
Downloads multiple Binary CIF files from the RCSB.

Args:
pdb_ids (List[str]): The IDs of the Binary CIF files.
Expand Down Expand Up @@ -794,7 +794,7 @@ <h2 id="args">Args</h2>
<span>def <span class="ident">download_binary_cif_files_from_rcsb</span></span>(<span>pdb_ids: List[str], directory: str, n_jobs: int = -1) ‑> None</span>
</code></dt>
<dd>
<div class="desc"><p>Downloads multiple Bianry CIF files from the RCSB.</p>
<div class="desc"><p>Downloads multiple Binary CIF files from the RCSB.</p>
<h2 id="args">Args</h2>
<dl>
<dt><strong><code>pdb_ids</code></strong> :&ensp;<code>List[str]</code></dt>
Expand All @@ -817,7 +817,7 @@ <h2 id="returns">Returns</h2>
directory: str,
n_jobs: int = -1) -&gt; None:
&#34;&#34;&#34;
Downloads multiple Bianry CIF files from the RCSB.
Downloads multiple Binary CIF files from the RCSB.

Args:
pdb_ids (List[str]): The IDs of the Binary CIF files.
Expand Down
2 changes: 1 addition & 1 deletion docs/seq/nucleotide_sequence.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 id="returns">Returns</h2>
<h2 id="notes">Notes</h2>
<p>The sequence can be provided as a string or a list of strings.
If provided as a string, the string will be converted to a list of strings.</p>
<p>A sequence can be respresented by a string of single letters, such as "AGILE",
<p>A sequence can be represented by a string of single letters, such as "AGILE",
or a list of three-letter codes such as ["ALA", "GLY", "ILE", "LEU", "GLU"]. For
consistency, the sequence is always represented as a list of codes.</p></div>
<details class="source">
Expand Down
6 changes: 3 additions & 3 deletions docs/seq/sequence.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 class="title">Module <code>protkit.seq.sequence</code></h1>
The sequence can be provided as a string or a list of strings.
If provided as a string, the string will be converted to a list of strings.

A sequence can be respresented by a string of single letters, such as &#34;AGILE&#34;,
A sequence can be represented by a string of single letters, such as &#34;AGILE&#34;,
or a list of three-letter codes such as [&#34;ALA&#34;, &#34;GLY&#34;, &#34;ILE&#34;, &#34;LEU&#34;, &#34;GLU&#34;]. For
consistency, the sequence is always represented as a list of codes.
&#34;&#34;&#34;
Expand Down Expand Up @@ -280,7 +280,7 @@ <h2 id="returns">Returns</h2>
<h2 id="notes">Notes</h2>
<p>The sequence can be provided as a string or a list of strings.
If provided as a string, the string will be converted to a list of strings.</p>
<p>A sequence can be respresented by a string of single letters, such as "AGILE",
<p>A sequence can be represented by a string of single letters, such as "AGILE",
or a list of three-letter codes such as ["ALA", "GLY", "ILE", "LEU", "GLU"]. For
consistency, the sequence is always represented as a list of codes.</p></div>
<details class="source">
Expand All @@ -307,7 +307,7 @@ <h2 id="notes">Notes</h2>
The sequence can be provided as a string or a list of strings.
If provided as a string, the string will be converted to a list of strings.

A sequence can be respresented by a string of single letters, such as &#34;AGILE&#34;,
A sequence can be represented by a string of single letters, such as &#34;AGILE&#34;,
or a list of three-letter codes such as [&#34;ALA&#34;, &#34;GLY&#34;, &#34;ILE&#34;, &#34;LEU&#34;, &#34;GLU&#34;]. For
consistency, the sequence is always represented as a list of codes.
&#34;&#34;&#34;
Expand Down
2 changes: 1 addition & 1 deletion notebooks/downloading_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{
"cell_type": "markdown",
"source": [
"Protkit contains a number of modules organised by the functionality they provide. In this demo, we are interested in downloading and file handling capabilties. To use these, we import the relevant modules and classes."
"Protkit contains a number of modules organised by the functionality they provide. In this demo, we are interested in downloading and file handling capabilities. To use these, we import the relevant modules and classes."
],
"metadata": {
"id": "k87BmqUVbWU9"
Expand Down
2 changes: 1 addition & 1 deletion protkit/download/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def download_binary_cif_files_from_rcsb(
directory: str,
n_jobs: int = -1) -> None:
"""
Downloads multiple Bianry CIF files from the RCSB.
Downloads multiple Binary CIF files from the RCSB.

Args:
pdb_ids (List[str]): The IDs of the Binary CIF files.
Expand Down
2 changes: 1 addition & 1 deletion protkit/seq/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self,
The sequence can be provided as a string or a list of strings.
If provided as a string, the string will be converted to a list of strings.

A sequence can be respresented by a string of single letters, such as "AGILE",
A sequence can be represented by a string of single letters, such as "AGILE",
or a list of three-letter codes such as ["ALA", "GLY", "ILE", "LEU", "GLU"]. For
consistency, the sequence is always represented as a list of codes.
"""
Expand Down