Fastx-toolkit installation on CentOS
===================================== Tested on CentOS release 5.3 (FINAL) x86_64 Prerequisites:
pkg-config, gcc, g++, wget Using YUM, install gcc, g++, pkg-config and wget $ sudo yum install pkgconfig.x86_64 gcc.x86_64 gcc-c++.x86_64 wget.x86_64 Verify GCC/G++ versions - must be atleast 4.1 $ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) Fastx-Toolkit Installation: //
// Install libgtextutils
//
$ wget http://cancan.cshl.edu/labmembers/gordon/files/libgtextutils-0.6.tar.bz2
$ tar -xjf libgtextutils-0.6.tar.bz2
$ cd libgtextutils-0.6
$ ./configure
$ make
$ sudo make install
$ cd .. // Tell pkg-config to look for libraries in /usr/local/lib, too.
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH ##### This is very IMPORTANT!!!!!!!!!!!!
//
// Install fastx-toolkit
//
$ wget http://cancan.cshl.edu/labmembers/gordon/files/fastx_toolkit-0.0.12.tar.bz2
$ tar -xjf fastx_toolkit-0.0.12.tar.bz2
$ cd fastx_toolkit-0.0.12
$ ./configure
$ make
$ sudo make install Sanity check: //
// run fastx_uncollapser without full path,
// should find the executable in /usr/local/bin and also
// be able to find /usr/local/lib/libgtextutils-0.6.so
$ fastx_uncollapser -h
usage: fasta_uncollapser [-c N] [-h] [-v] [-i INFILE] [-o OUTFILE]
Part of FASTX Toolkit 0.0.12 by A. Gordon (gordon@cshl.edu) [-h] = This helpful help screen.
[-v] = verbose: print short summary of input/output counts
[-c N] = Assume input is a tabular file (not FASTA file),
And the collapsed identifier (e.g. '1-1000') is on column N.
[-i INFILE] = FASTA/Tabular input file. default is STDIN.
[-o OUTFILE] = FASTA/Tabular output file. default is STDOUT.

Original Link  http://hannonlab.cshl.edu/fastx_toolkit/install_centos.txt

最新文章

  1. 类型“System.Data.Linq.DataContext”在未被引用的程序集中定义。必须添加对程序集“System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的引用。
  2. EF:Oracle.DataAccess.Client.OracleException: ORA-12154: TNS:could not resolve the connect identifier specified
  3. C#匿名函数的坑
  4. 微信连wifi正式全量对外开放申请 升级智能服务
  5. Linux3.4内核 Yaffs2文件系统的移植
  6. iOS8 获取通知设置状态
  7. unset之讲解
  8. PHPnow 升级后 PHP不支持GD、MySQL
  9. SQL的定义与使用
  10. 【网络流24题】 No.2 太空飞行计划问题 (最大闭合权图 最大流 )
  11. C语言中的宏
  12. Gson解析json繁杂数据
  13. 上锁 - leetcode
  14. 关于ubuntu服务器上部署postgresql 以及安装pgadmin4管理工具(web版)
  15. Dynamics CRM 报表导出EXCEL 列合并问题的解决方法
  16. nodemanager 无法启动报错“doesn't satisfy minimum allocations”
  17. Print all attributes and values in a Javascript Object
  18. Linux 设备树属性在驱动中获取方法
  19. Grafana的安裝(一)
  20. Python网络_TCP/IP简介

热门文章

  1. js 日期时间控制器
  2. iOS只执行一次的方法
  3. 完美实现自己的GetProcAddress函数(转载)
  4. PHP安装pthreads多线程扩展教程[windows篇]
  5. 编码为multipart/form-data自定义类型(包括文件)如何自动绑定到webapi的action的参数里
  6. 数据结构-AVL树的旋转
  7. bzoj 1185 旋转卡壳 最小矩形覆盖
  8. 交互式报表和工作报表控件Stimulsoft Reports.Fx for Java
  9. 【转】./configure && make && make install详解
  10. sql 解析字符串添加到临时表中 sql存储过程in 参数输入