使用conda 安装 hisat2 软件

 

001、系统

root@DESKTOP-IDT9S0E:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.5 LTS
Release:        20.04
Codename:       focal

 

02、使用conda 安装 hisat2软件

conda install -c bioconda hisat2     ## 等待安装完成

 

03、测试软件

(base) root@DESKTOP-IDT9S0E:~# hisat2 --help | head
HISAT2 version 2.2.1 by Daehwan Kim (infphilo@gmail.com, www.ccb.jhu.edu/people/infphilo)
Usage:
  hisat2 [options]* -x <ht2-idx> {-1 <m1> -2 <m2> | -U <r>} [-S <sam>]

  <ht2-idx>  Index filename prefix (minus trailing .X.ht2).
  <m1>       Files with #1 mates, paired with files in <m2>.
             Could be gzip'ed (extension: .gz) or bzip2'ed (extension: .bz2).
  <m2>       Files with #2 mates, paired with files in <m1>.
             Could be gzip'ed (extension: .gz) or bzip2'ed (extension: .bz2).
  <r>        Files with unpaired reads.
(ERR): hisat2-align exited with value 141

 

 

posted @ 2023-04-19 16:17  小鲨鱼2018  阅读(1484)  评论(0编辑  收藏  举报