Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update structure reference in README
  • Loading branch information
lafita committed Jul 22, 2015
commit 3e2f422263d6bca3f9972d979e90d8d7f4027d19
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A brief introduction into [BioJava](https://github.com/biojava/biojava).

The goal of this tutorial is to provide an educational introduction into some of the features that are provided by BioJava.

At the moment this tutorial is still under development. Please check the [BioJava Cookbook](http://biojava.org/wiki/BioJava:CookBook3.0) for a more comprehensive collection of many examples of what is possible with BioJava and how to do things.
At the moment this tutorial is still under development. Please check the [BioJava Cookbook](http://biojava.org/wiki/BioJava:CookBook3.0) for a more comprehensive collection of examples about what is possible with BioJava and how to do things.

## Index

Expand All @@ -16,10 +16,9 @@ Book 1: [The Core module](core/README.md), basic working with sequences.

Book 2: [The Alignment module](alignment/README.md), pairwise and multiple alignments of protein sequences.

Book 3: [The Protein Structure modules](structure/README.md), everything related to working with 3D structures.

Book 4: [The Genomics Module](genomics/README.md), working with genomic data
Book 3: [The Structure modules](structure/README.md), everything related to working with 3D structures.

Book 4: [The Genomics Module](genomics/README.md), working with genomic data.

## License

Expand Down