Virtual Network Computing (VNC) is a special way to remotely control a computer. Like Secure Shell (SSH), a computer user can login to a remote machine on the network and execute commands and access files on the system. However, VNC displays the remote system’s desktop while SSH displays a terminal shell. It may be beneficial to learn more about VNC and similar technologies.
BioEdit是一个Windows的程序,但在这里我要说的是苹果版!
BioEdit有很多的功能,当然基本上我是不会用的,然而其核心的功能,编辑序列比对,是没法回避的!因为根本找不到可以与之匹敌的软件!
神马!序列比对不都是clustalw, muscle, mafft这些软件生成完事吗?怎么还要编辑?!我只能说,年轻人,拿衣服啊。
To my knowledge, BioEdit is the most comprehensive biological sequence alignment editor. Most of my labmates run this software using Parallels Desktop
. For some of them, BioEdit is the only reason to install Parallels Desktop
.
I need to edit my alignment recently, and install it in my iMac using Wine, which is a compatibility layer for running Windows applications on POSIX-compliant OS. Although it is famous in Linux community for many years, many OSX users never heard of it.
对于Unix-like系统,远程桌面实在太容易,通过ssh隧道,只要加-X参数即可,如果网速较慢,可以加-C参数,对图像进行压缩。ESS都支持通过这个方法把R命令发送到服务器端执行。
Amos是纯于比较难安装那种,因为依赖关系比较复杂。
首先编译需要qt4-dev
和boost graph toolkit
:
sudo apt-get install libqt4-dev
sudo apt-get install libboost-graph-dev
再者是perl
模块:
sudo cpan -i DBI
sudo cpan -i Statistics::Descriptive