Git Product home page Git Product logo

joaorodrigues / biopython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from biopython/biopython

12.0 12.0 7.0 73.65 MB

Official git repository for Biopython (converted from CVS)

Home Page: http://biopython.org/

License: Other

Python 93.81% C 2.90% Nu 0.04% Parrot 2.04% HTML 0.34% Prolog 0.01% Gnuplot 0.02% Roff 0.59% QMake 0.01% Visual Basic 6.0 0.21% AngelScript 0.03% CAP CDS 0.01%

biopython's People

Contributors

amrithasuresh avatar azneto avatar bendmorris avatar biogeek avatar bow avatar brandoninvergo avatar carlosp420 avatar cbrueffer avatar chapmanb avatar chris-rands avatar etal avatar gasta88 avatar gouttegd avatar jgreener64 avatar joaorodrigues avatar jvfe avatar kblin avatar lijax avatar markuspiotrowski avatar mdehoon avatar nimne avatar peterjc avatar pgarland avatar rob-miller avatar stefansm avatar svalqui avatar tiagoantao avatar vincentdavis avatar widdowquinn avatar zruan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

biopython's Issues

Why `Bio.PDB` structure does not have `build_biological_unit()` method any more?

Hi,

Thanks for the great package.

In the old version of biopython, as illustrated in https://biopython.org/wiki/GSOC2010_Joao, the Structure class has a build_bilogical_unit() method, which is a convenient API to apply all symmetry operation listed in PDB REMARK 350 section. But I cannot find it in the new version.

I'm wondering is this function moved to elsewhere or it's not implemented for some reason?

Feel free to close this issue, because it's not a bug report.

Refactor Entity.py class

Motivation

Entity is the parent class of Structure, Model, Chain, and Residue classes, used hundreds of times when building a PDB object. It should be the first target to be visited when refactoring the PDB object creation framework.

Proposed Changes

  • Check if any ABC can be used as a base class for Entity, to provide most methods automatically.
  • Test the inclusion of slots to reduce memory. Compensate loss of 'flexibility' with xtra dictionary?
  • Remove all set/get methods that do not perform any special operations besides setting/getting an attribute.
  • Test the replacement of child_list/child_dict by a single exposed children attribute that is based on a dictionary (maybe ordered dictionary? Or sort upon iter).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.