CampagneLaboratory / goby

Licence: other
Goby framework and tools for analysis of high-throughput sequencing data

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Protocol Buffer
295 projects

Goby is a next-gen data management framework designed to facilitate the implementation of efficient data analysis pipelines. The program is distributed under the GNU General Public License (GPL).

File formats

Join the chat at https://gitter.im/CampagneLaboratory/goby Goby provides very efficient file formats to store next-generation sequencing data and intermediary analysis results. The software has been under development and released since 2010. In June 2012, we released Goby 2.0, a version with compression methods that provide state of the art compression of High-Throughput Sequencing (HTS) alignment data.

Framework

Goby is a framework to help bioinformaticians program efficient analysis tools quickly. The framework was engineered for performance and flexibility. Tools written with Goby often have much better performance and scalability compared to programs developed with other approaches.

Algorithms

Goby provides efficient algorithms for most computational tasks required when analyzing HTS data. For instance, an ultra-fast local realignment around indels algorithm works directly with Goby HTS alignments and can realign reads on the fly as the alignment is read.

Authors and Contributors

Goby is currently being developed by the members of the Campagne laboratory.

Source code

Goby source code is now on GitHub. You can obtain and build the project as follows:

git clone git://github.com/CampagneLaboratory/goby.git
cd goby
git checkout stable (adjust the version number as needed, or use stable for the latest stable branch)

Compilation:

ant -f build.xml jar

Testing:

ant -f build.xml test

Documentation and forums

You will find extensive documentation at goby.campagnelab.org. Questions and feedback should be addressed to the Goby user forum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].