File: readme.md

package info (click to toggle)
biojava4-live 4.2.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 107,220 kB
  • ctags: 31,849
  • sloc: java: 245,462; xml: 27,569; sh: 95; makefile: 72; python: 64
file content (25 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (4)
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) [![Dependency Status](http://www.versioneye.com/user/projects/53f8beb4e09da3cc0f000398/badge.svg?style=flat)](http://www.versioneye.com/user/projects/53f8beb4e09da3cc0f000398) [![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).