Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: biopython/biopython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BiPUJ/biopython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    52f7bf0 View commit details
    Browse the repository at this point in the history
  2. Update Bio.PDB.PDBList module

    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.
    dadoskawina committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    b231945 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BiPUJ/Bio.PDBList

    Update Bio.PDB.PDBList module
    dadoskawina authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    780f2ab View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Corrected according to comments.

    Rewritten retrieve_pdb_file tests to be more explicit.
    dadoskawina committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    99f3487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e1d85b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf07623 View commit details
    Browse the repository at this point in the history
  4. 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.
    dadoskawina committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    4ace6da View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Correct unicode issues

    The error occured while trying to download all entries or all obsolete
    entries in python 3.x
    dadoskawina committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    3f65789 View commit details
    Browse the repository at this point in the history
  2. Fix issue with parameters while running from command line

    The file_format parameter was missing in some functions.
    dadoskawina committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    916a80a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Corrections according to comments

    1. change `dir` variable to `directory`
    2. add "deprecation warning"
    dadoskawina committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    0b6db71 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    0a3e55e View commit details
    Browse the repository at this point in the history
Loading