diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2013-01-13 14:06:44 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-20 09:03:03 -0500 |
commit | 19cda92300262cf70acc248fdb5ac7d6304dd5a4 (patch) | |
tree | 0ecf637c48ace0fc0c48769552653690d86236c1 /academic/ugene/README | |
parent | a09fca24b0b18297d95ea9cb51088c35dbaf9e28 (diff) |
academic/ugene: Added (unified bioinformatics toolkit).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/ugene/README')
-rw-r--r-- | academic/ugene/README | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/academic/ugene/README b/academic/ugene/README new file mode 100644 index 000000000000..713391c36cb4 --- /dev/null +++ b/academic/ugene/README @@ -0,0 +1,40 @@ +Unipro UGENE is a multiplatform open-source software with the main +goal of assisting molecular biologists without much expertise in +bioinformatics to manage, analyze and visualize their data. + +UGENE integrates widely used bioinformatics tools within a common user +interface. The toolkit supports multiple biological data formats and +allows the retrieval of data from remote data sources. It provides +visualization modules for biological objects such as: + +- annotated genome sequences; +- Next Generation Sequencing (NGS) assembly data; +- multiple sequence alignments; +- phylogenetic trees; +- 3D structures. + +Most of the integrated algorithms are tuned for maximum performance by +the usage of multithreading and special processor instructions. UGENE +includes a visual environment for creating reusable workflows that can +be launched on local resources or in a High Performance Computing +(HPC) environment. UGENE is written in C++ using the Qt framework. The +built-in plugin system and structured UGENE API make it possible to +extend the toolkit with new functionality. + +CITING: +If you use UGENE in your work, please quote this publication: +Unipro UGENE: a unified bioinformatics toolkit +Konstantin Okonechnikov, Olga Golosova, Mikhail Fursov, the UGENE team +Bioinformatics 2012 28: 1166-1167 doi: 10.1093/bioinformatics/bts091 + +NOTE! +While not needed for building of UGENE, the dependencies listed as +"REQUIRED" are highly recommended for the complete functionality of +the program. UGENE will also drive spidey if you have it installed, +but keep in mind that it is available only as a 32-bit binary. + +NOTE ABOUT CUDA: +UGENE is built without CUDA support and CUDA-BLAST is not included +among the "REQUIRED", either. Simply, I do not have the hardware. If +someone is interested in such functionality and can offer help with +the script, please contact me. |