Git Product home page Git Product logo

jstructure's People

Contributors

dependabot[bot] avatar jonstargaryen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jstructure's Issues

custom stream implemenations

  • chain filters is cumbersome or mere impossible for cases where you want to work with a container and functions to access the contained elements will return streams, but lose capabilities of the wrapping object
  • maybe use custom stream implemenations

handle non-amino acids

  • parse non-amino acid entries of PDB files such as nucleotides and hetatms
  • store them in the data model
  • create functions to retrieve specific groups

builder for structures

  • creating proteins/chains/groups/atoms by hand is cumbersome

  • constructors tends to are overloaded and hard to read/interpret

  • e.g. the case when testing with synthetic data

  • there could be a classic builder for structures

writing PDB files fails

  • currently the distinction between ATOM and HETATM records is flawed
  • thus, the outputted file will never match the input

prototypes for amino acids, nucleotides, ligands

  • currently the AminoAcid enum is clogged with static information (which is its job though)
  • it would be nicer however, if there would be a set of commonly used .cif files provided as resource, so the protein parser does not necessarily depend on an active internet connection
  • by doing so, atom names could be inferred of amino acids, nucleotides, water, ions and ligands could be resolved on-the-fly
  • also the way amino acid names are currently resolved could be improved

feature provider registry concept

  • resolving AbstractFeatureProvider instances by the FeatureProviderRegistry works
  • however, only when they scanned and requesting classes are located in the same package
  • is it possible to fix this? or is the OSGi concept of custom class loaders needed?

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.