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
7a33eebb
Commit
7a33eebb
authored
Mar 27, 2014
by
peastman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from rmcgibbo/urlchange
Change the base url of the project
parents
9f149d4e
fa4d9e57
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
setup.py
+1
-1
No files found.
README.md
View file @
7a33eebb
...
@@ -12,4 +12,4 @@ PDBFixer is an easy to use application for fixing problems in Protein Data Bank
...
@@ -12,4 +12,4 @@ PDBFixer is an easy to use application for fixing problems in Protein Data Bank
-
Delete unwanted heterogens.
-
Delete unwanted heterogens.
-
Build a water box for explicit solvent simulations.
-
Build a water box for explicit solvent simulations.
See our
manual: http://htmlpreview.github.io/?https://raw.github.com/peastman/pdbfixer/master/Manual.html
See our
[
manual
](
http://htmlpreview.github.io/?https://raw.github.com/SimTk/pdbfixer/master/Manual.html
)
setup.py
View file @
7a33eebb
...
@@ -105,7 +105,7 @@ setup(
...
@@ -105,7 +105,7 @@ setup(
long_description
=
"
\n
"
.
join
(
DOCLINES
[
2
:]),
long_description
=
"
\n
"
.
join
(
DOCLINES
[
2
:]),
version
=
__version__
,
version
=
__version__
,
license
=
'MIT'
,
license
=
'MIT'
,
url
=
'https://github.com/
peastman
/pdbfixer'
,
url
=
'https://github.com/
SimTk
/pdbfixer'
,
platforms
=
[
'Linux'
,
'Mac OS-X'
,
'Unix'
,
'Windows'
],
platforms
=
[
'Linux'
,
'Mac OS-X'
,
'Unix'
,
'Windows'
],
classifiers
=
CLASSIFIERS
.
splitlines
(),
classifiers
=
CLASSIFIERS
.
splitlines
(),
packages
=
find_packages
(),
packages
=
find_packages
(),
...
...
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