本文主要是介绍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
这篇关于DeePhage:预测噬菌体的生活方式的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!