Website: http://odiogosilva.github.io/TriFusion/
:loudspeaker: ANNOUNCING: TriFusion 1.0.0 is live! :tada: :balloon:
TriFusion is a modern GUI and command line application designed to make the life of anyone with proteome and/or alignment sequence data easier and more pleasurable. Regardless of your experience in bioinformatics, TriFusion is easy to use and offers a wide array of powerfull features to help you deal with your data. At the same time, it was developed to handle the enormous amount of data that is generated nowadays.
TriFusion is an open source, cross-platform application written in Python 2.7 and using the Kivy framework to build the graphical interface.
Here is an overview of what it can do for you across its three main modules.
The latest stable release of TriFusion can be installed as a standalone application using one of the following installers. This only includes the GUI component of TriFusion. If you also want the command line version, see Installation from source.
Debian package based (See list): TriFusion-1.0.0rc1.deb
RPM package based (See list): TriFusion-1.0.0rc1.rpm
ArchLinux/Manjaro (See list): TriFusion-1.0.0.tar.xz is available on AUR.
Executing the TriFusion installer may generate a warning from SmartScreen. To continue with the installation, click the "More info" label and then "Run anyway".
TriFusion is on PyPi and can be easily installed with pip
.
# Install locally, without sudo permissions, using the --user flag
pip install trifusion --user
Note that TriFusion is a python2 application, so make sure that your pip
is from the correct python version. If python3 is the default installation on your machine, you may need to run pip2
instead.
By itself, this command will only install the command line version of TriFusion. If you want to install the complete TriFusion package with the GUI libraries, follow these instructions according to your operating system.
If you are unconvinced that a terminal version would be useful/pratical, check out how easy and fast it is to use TriFusion to process 614 Fasta alignments into phylip and nexus output formats :-):
Tutorials on how to use TriFusion for its many tasks can be perused here.
You can download TriFusion User Guide here.
When using OrthoMCL to find ortholog clusters, please cite the original software:
Fischer, S., Brunk, B. P., Chen, F., Gao, X., Harb, O. S., Iodice, J. B., Shanmugam, D., Roos, D. S. and Stoeckert, C. J. Using OrthoMCL to Assign Proteins to OrthoMCL-DB Groups or to Cluster Proteomes Into New Ortholog Groups Current Protocols in Bioinformatics. 2011 35:6.12.1-6.12.19.
We're working on a manuscript for TriFusion now.