conda 虚拟环境内安装git_用anaconda创建的虚拟环境安装FALCON

参考资料

1、用anaconda创建Python2的虚拟环境

$ conda create -n py2 python=2*

2、激活虚拟环境

$source activate py2

3、查看虚拟Python2的位置

$which python

~/software/anaconda3/envs/py2/bin/python

4、按照github上安装FALCON的流程安装FALCON

$git clone git://github.com/PacificBiosciences/FALCON-integrate.git

$cd FALCON-integrate

$git submodule update –init

$cd pypeFLOW

$python setup.py install

$cd ..

$cd FALCON

$python setup.py install

$cd ..

$cd DAZZ_DB/

$make

$cp DBrm DBshow DBsplit DBstats DBdump fasta2DB ~/software/anaconda3/envs/py2/bin/

$cd ..

$cd DALIGNER

$make

$cp daligner daligner_p DB2Falcon HPCdaligner LA4Falcon LAmerge LAsort ~/software/anaconda3/envs/py2/bin/

$cd ..

5、然后可执行的fc_run.py文件就在~/software/anaconda3/envs/py2/bin/里面.

$cd ~/software/anaconda3/envs/py2/bin

$python fc_run.py –h

usage: fc_run.py [-h] config [logger]

positional arguments:

config      .cfg/.ini/.json

logger      (Optional)JSON config for standard Python logging module

optional arguments:

-h, --help  show this help message and exit

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值