轻松搭建网盘系统,实现文件共享与安全存储的完美结合
631
2022-05-28
安装依赖
yum install hdf5 hdf5-devel blosc blosc-devel -y
pip install cython -i https://pypi.tuna.tsinghua.edu.cn/simple
安装lzo2,下载源码到本地目录
wget https://github.com/damageboy/lzo2/archive/refs/heads/master.zip
解压软件包
unzip master.zip
进入解压目录
cd lzo2-master
执行编译安装
./configure --enable-shared=yes && make -j 16 && make install
安装scvelo
pip install scvelo -i https://pypi.tuna.tsinghua.edu.cn/simple
备注:
此报错表示hdf5依赖未安装
此报错表示需要安装numpy和pyparsing,并且需要安装对应版本
基因测序
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。