本家様 https://github.com/samtools/samtools

事前に htslib https://github.com/samtools/htslib をインストールします.

[root@centos7 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
 
[root@centos7 ~]# yum install devtoolset-11 -y
 
[root@centos7 ~]# source scl_source enable devtoolset-11
 
[root@centos7 ~]# cd /apps/src/
[root@centos7 src]# git clone --recurse-submodules https://github.com/samtools/htslib
[root@centos7 src]# cd htslib/
[root@centos7 htslib]# autoreconf -i
[root@centos7 htslib]# ./configure --prefix=/apps/local
[root@centos7 htslib]# make -j 20 && make install

その後に samtools を入れます.

[root@centos7 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
 
[root@centos7 ~]# 
 
[root@centos7 ~]# cd /apps/src/
 
[root@centos7 src]# git clone https://github.com/samtools/samtools
 
[root@centos7 src]# cd samtools/
 
[root@centos7 samtools]# autoheader
configure.ac:64: warning: AC_CONFIG_SUBDIRS: you should use literals
../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
configure.ac:64: the top level
 
[root@centos7 samtools]# autoconf -Wno-syntax
 
[root@centos7 samtools]# ./configure --prefix=/apps/local
 
[root@centos7 samtools]# make -j 20 && make install
 
[root@centos7 samtools]# ls /apps/local/bin/
ace2sam       bowtie2sam.pl      interpolate_sam.pl  md5sum-lite         psl2sam.pl   seq_cache_populate.pl  wgsim_eval.pl
annot-tsv     export2sam.pl      maq2sam-long        novo2sam.pl         sam2vcf.pl   soap2sam.pl            zoom2sam.pl
bgzip         fasta-sanitize.pl  maq2sam-short       plot-ampliconstats  samtools     tabix
blast2sam.pl  htsfile            md5fa               plot-bamstats       samtools.pl  wgsim
 
[root@centos7 samtools]#
最新の60件
2024-10-11 2024-10-10 2024-10-09 2024-10-08 2024-10-06 2024-10-05 2024-10-04 2024-10-03 2024-10-02 2024-10-01 2024-09-30 2024-09-29 2024-09-28 2024-09-27 2024-09-22 2024-09-20 2024-09-17 2024-09-12 2024-09-09 2024-09-08 2024-09-06 2024-09-05 2024-09-04 2024-09-02 2024-09-01 2024-08-31 2024-08-28 2024-08-18 2024-08-17 2024-08-16 2024-08-15 2024-08-14 2024-08-11

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-08-28 (水) 02:57:29