Skip to content

Commit

Permalink
Minor cleanup and fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Feb 17, 2014
1 parent 5896357 commit 9f6d25f
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 21,605 deletions.
1,630 changes: 0 additions & 1,630 deletions PDBs/1aq7_clean.pdb

This file was deleted.

1,826 changes: 0 additions & 1,826 deletions PDBs/1gfl_clean.pdb

This file was deleted.

4,453 changes: 0 additions & 4,453 deletions PDBs/1nbw_clean.pdb

This file was deleted.

1,554 changes: 0 additions & 1,554 deletions PDBs/1vca_clean.pdb

This file was deleted.

1,375 changes: 0 additions & 1,375 deletions PDBs/2o6r_clean.pdb

This file was deleted.

2,257 changes: 0 additions & 2,257 deletions PDBs/2r83_clean.pdb

This file was deleted.

2,593 changes: 0 additions & 2,593 deletions PDBs/3cap_clean.pdb

This file was deleted.

1,737 changes: 0 additions & 1,737 deletions PDBs/3cuq_clean.pdb

This file was deleted.

2,294 changes: 0 additions & 2,294 deletions PDBs/3vni_clean.pdb

This file was deleted.

1,884 changes: 0 additions & 1,884 deletions PDBs/7tim_clean.pdb

This file was deleted.

2 changes: 1 addition & 1 deletion PeptideBuilder.py
Expand Up @@ -225,7 +225,7 @@ def makeIle(segID, N, CA, C, O, geo):
CB_CG1_length=geo.CB_CG1_length
CA_CB_CG1_angle=geo.CA_CB_CG1_angle
N_CA_CB_CG1_diangle=geo.N_CA_CB_CG1_diangle

CB_CG2_length=geo.CB_CG2_length
CA_CB_CG2_angle=geo.CA_CB_CG2_angle
N_CA_CB_CG2_diangle= geo.N_CA_CB_CG2_diangle
Expand Down
10 changes: 10 additions & 0 deletions README.txt
@@ -1,6 +1,10 @@
This is the PeptideBuilder library, written by Matthew Z. Tien,
Dariya K. Sydykova, Austin G. Meyer, and Claus O. Wilke.

Reference:
M. Z. Tien, D. K. Sydykova, A. G. Meyer, C. O. Wilke (2013). PeptideBuilder:
A simple Python library to generate model peptides. PeerJ 1:e80.

The software is provided to you under the GNU General Public
License, version 2.0 or later. The most up-to-date version of this software is
available at https://github.com/mtien/PeptideBuilder.
Expand All @@ -18,5 +22,11 @@ a unix machine unix, the shell script 'runUnitTests.sh' will do that for you.
If the shell script doesn't find any differences (prints out only empty lines)
then everything is working correctly.

**Note:** Apparently some versions of Biopython add a line containing 'END' to
end of created PDB files, and this breaks the unit tests. If all your unit tests
fail, check whether that's the reason why. Simply check manually whether the
files in folder 'unitTests.expected' look like the files generated by the script
'runUnitTests.sh'.

The script 'evaluation.py' reproduces the results presented in Table 1 of the
PeptideBuilder manuscript.
2 changes: 1 addition & 1 deletion runUnitTests.sh
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh

# remove results from prior tests
rm -f test?.*
Expand Down

0 comments on commit 9f6d25f

Please sign in to comment.