Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
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
pdbfixer
Commits
80bd5b92
Unverified
Commit
80bd5b92
authored
Sep 03, 2021
by
Christian Clauss
Committed by
GitHub
Sep 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos discovered by codespell (#226)
* Fix typos discovered by codespell * Revert changes to CI
parent
f5e11b30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
devtools/travis-ci/push-docs-to-s3.py
+1
-1
pdbfixer/pdbfixer.py
+1
-1
No files found.
devtools/travis-ci/push-docs-to-s3.py
View file @
80bd5b92
...
@@ -21,7 +21,7 @@ else:
...
@@ -21,7 +21,7 @@ else:
PREFIX
=
thermopyl
.
version
.
short_version
PREFIX
=
thermopyl
.
version
.
short_version
if
not
any
(
d
.
project_name
==
's3cmd'
for
d
in
pip
.
get_installed_distributions
()):
if
not
any
(
d
.
project_name
==
's3cmd'
for
d
in
pip
.
get_installed_distributions
()):
raise
ImportError
(
'The s3cmd pac
ak
ge is required. try $ pip install s3cmd'
)
raise
ImportError
(
'The s3cmd pac
ka
ge is required. try $ pip install s3cmd'
)
# The secret key is available as a secure environment variable
# The secret key is available as a secure environment variable
# on travis-ci to push the build documentation to Amazon S3.
# on travis-ci to push the build documentation to Amazon S3.
with
tempfile
.
NamedTemporaryFile
(
'w'
)
as
f
:
with
tempfile
.
NamedTemporaryFile
(
'w'
)
as
f
:
...
...
pdbfixer/pdbfixer.py
View file @
80bd5b92
...
@@ -742,7 +742,7 @@ class PDBFixer(object):
...
@@ -742,7 +742,7 @@ class PDBFixer(object):
-----
-----
We require three letter codes to avoid possible ambiguitities.
We require three letter codes to avoid possible ambiguitities.
We can't guar
na
tee that the resulting model is a good one; for
We can't guar
an
tee that the resulting model is a good one; for
significant changes in sequence, you should probably be using
significant changes in sequence, you should probably be using
a standalone homology modelling tool.
a standalone homology modelling tool.
...
...
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