1.conda安装
- 直接安装
conda install astalavista transdecoder gmap
python 2.7
conda install cpat
2.手动安装
2.1 CNCI(lncRNA)
- install
git clone git@github.com:www-bioinfo-org/CNCI.git
cd CNCI
unzip libsvm-3.0.zip
cd libsvm-3.0
make
cd ..
2.2 PLEK
- site
https://sourceforge.net/projects/plek/files/
python PLEK_setup.py
2.3 MISA
http://pgrc.ipk-gatersleben.de/misa/misa.html
2.3 CPAT
1.source activate Icey
capt.py
2.4 cDNA_Cupcake/tofu
- 包含collapse_isoform_by_sam.py fusion_finder.py
- 安装:进环境Icey
$ git clone https://github.com/Magdoll/cDNA_Cupcake.git
$ cd cDNA_Cupcake
$ python setup.py build
$ python setup.py install
3.报错:找不到 <lzo1x.h>
yum install zlib1g-dev需要管理员权限
2.5 MatchAnnot
https://github.com/TomSkelly/MatchAnnot/blob/master/INSTALL
python 2.7
2.6 ORFfinder
- NCBI:
https://www.ncbi.nlm.nih.gov/orffinder/
下载就只有执行文件,运行后报错。GCC版本需要改至4.9,但其他程序都需要4.8.暂弃
网友评论