DeePhage:预测噬菌体的生活方式

GitHub - shufangwu/DeePhage: A tool for distinguish temperate phage-derived and virulent phage-derived sequence in metavirome data using deep learning

安装

conda create -n deephage
conda activate deephage
pip install numpy
pip install h5py
pip install tensorflow
pip install keras
###
wget https://ssd.mathworks.com/supportfiles/downloads/R2018a/deployment_files/R2018a/installers/glnxa64/MCR_R2018a_glnxa64_installer.zip
###
unzip MCR_R2018a_glnxa64_installer.zip
###
./install -mode silent -agreeToLicense yes -destinationFolder  /home/zhongpei/hard_disk_sda2/zhongpei/Software/MCR/MCR/
###
echo 'export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/home/zhongpei/hard_disk_sda2/zhongpei/Software/MCR/runtime/glnxa64:/home/zhongpei/hard_disk_sda2/zhongpei/Software/MCR/bin/glnxa64:/home/zhongpei/hard_disk_sda2/zhongpei/Software/MCR/sys/os/glnxa64:/home/zhongpei/hard_disk_sda2/zhongpei/Software/MCR/extern/bin/glnxa64"' >> ~/.bashrc
###
echo $LD_LIBRARY_PATH
###
git clone https://github.com/shufangwu/DeePhage.git
cd DeePhage
#使用
DeePhage <input_file_folder>/input_file.fna <output_file_folder>/output_file.csv

最近更新

  1. TCP协议是安全的吗?

    2024-03-16 05:28:05       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-16 05:28:05       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-16 05:28:05       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-16 05:28:05       20 阅读

热门阅读

  1. 【MySQL】mysqladmin、mysqlshow、mysqlcheck都是干嘛的?

    2024-03-16 05:28:05       21 阅读
  2. 【CSS】前端开发中的常见CSS样式问题解决方案

    2024-03-16 05:28:05       20 阅读
  3. 【构建工具】PostCSS快速配置

    2024-03-16 05:28:05       20 阅读
  4. HTML-DAY1

    2024-03-16 05:28:05       16 阅读
  5. C++(1): std::vector的使用

    2024-03-16 05:28:05       21 阅读
  6. 【 React 】对React refs的理解?应用场景?

    2024-03-16 05:28:05       21 阅读
  7. hcie数通和云计算选哪个好?

    2024-03-16 05:28:05       21 阅读
  8. FPGA的应用方向

    2024-03-16 05:28:05       18 阅读