-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: biopython/biopython
base: master
head repository: BiPUJ/biopython
compare: master
- 11 commits
- 3 files changed
- 1 contributor
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 52f7bf0 - Browse repository at this point
Copy the full SHA 52f7bf0View commit details -
1. Possibility to download structures in PDBx/mmCif, PDB, PDBML/XML and mmtf formats 2. Possibility to download large structures in PDB-like formatted bundles 3. New function: download specified set of structures 4. Code python 3.x comatible 5. Unit tests added. Note. The default download format changed from (deprecated) PDB to (recommended by RCSB) PDBx/mmCIf.
Configuration menu - View commit details
-
Copy full SHA for b231945 - Browse repository at this point
Copy the full SHA b231945View commit details -
Merge pull request #1 from BiPUJ/Bio.PDBList
Update Bio.PDB.PDBList module
Configuration menu - View commit details
-
Copy full SHA for 780f2ab - Browse repository at this point
Copy the full SHA 780f2abView commit details
Commits on Oct 7, 2016
-
Corrected according to comments.
Rewritten retrieve_pdb_file tests to be more explicit.
Configuration menu - View commit details
-
Copy full SHA for 99f3487 - Browse repository at this point
Copy the full SHA 99f3487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1d85b - Browse repository at this point
Copy the full SHA 0e1d85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf07623 - Browse repository at this point
Copy the full SHA cf07623View commit details -
Corrected the issue with downloading the same structure twice into di…
…fferent directories. Due to the urlretrieve implementation in python 2.7, two consecutive calls for the same structure to be downloaded into different directories failed. This fix correct it.
Configuration menu - View commit details
-
Copy full SHA for 4ace6da - Browse repository at this point
Copy the full SHA 4ace6daView commit details
Commits on Feb 1, 2017
-
The error occured while trying to download all entries or all obsolete entries in python 3.x
Configuration menu - View commit details
-
Copy full SHA for 3f65789 - Browse repository at this point
Copy the full SHA 3f65789View commit details -
Fix issue with parameters while running from command line
The file_format parameter was missing in some functions.
Configuration menu - View commit details
-
Copy full SHA for 916a80a - Browse repository at this point
Copy the full SHA 916a80aView commit details
Commits on Feb 28, 2017
-
Corrections according to comments
1. change `dir` variable to `directory` 2. add "deprecation warning"
Configuration menu - View commit details
-
Copy full SHA for 0b6db71 - Browse repository at this point
Copy the full SHA 0b6db71View commit details
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0a3e55e - Browse repository at this point
Copy the full SHA 0a3e55eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master