File: readme.md

package info (click to toggle)
biojava6-live 6.1.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 109,224 kB
  • sloc: java: 245,617; xml: 27,410; python: 64; makefile: 39; sh: 31
file content (25 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The BioJava structure module

[![Build Status](https://travis-ci.org/biojava/biojava.svg?branch=master)](https://travis-ci.org/biojava/biojava) [![License](http://img.shields.io/badge/license-LGPLv2-blue.svg?style=flat)](https://github.com/biojava/biojava/blob/master/LICENSE)

## About
<table>
    <tr>
        <td>
            <img src="https://raw.github.com/biojava/biojava3-tutorial/master/structure/img/4hhb_jmol.png"/>
        </td>
        <td>
            The <i>protein structure modules</i> of BioJava provide an API that allows to 
            <ul>
                <li>Maintain local installations of PDB</li>
                <li>Load structures and manipulate them</li>
                <li>Perform standard analysis such as sequence and structure alignments</li>
                <li><a href="https://github.com/biojava/biojava/tree/master/biojava3-structure-gui">Visualize structures</a></li>
            </ul>
        </td>
    </tr>
</table>  

## Tutorial

A tutorial for the protein structure modules is available on [Github](https://github.com/biojava/biojava3-tutorial/tree/master/structure).