摘要: 001、使用conda安装bcftools, 调用报错如下: [root@PC1 ~]# conda install bcftools -c bioconda ## conda安装 [root@PC1 ~]# bcftools ## 调用测试 002、解决方法1 [root@PC1 ~]# cond 阅读全文
posted @ 2023-07-31 21:37 小鲨鱼2018 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: Anaconda | A Faster Solver for Conda: Libmamba 01、 conda update -n base conda conda install -n base conda-libmamba-solver conda config --set solver li 阅读全文
posted @ 2023-07-31 20:58 小鲨鱼2018 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 01、系统 [liujiaxin01@PC1 ~]$ cat /etc/redhat-release ## centos7.6发行版 CentOS Linux release 7.6.1810 (Core) 002、问题 [liujiaxin01@PC1 bcftools-1.18]$ ./conf 阅读全文
posted @ 2023-07-31 19:32 小鲨鱼2018 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 001、查找当前目录下的隐藏文件 [root@PC1 test01]# ls a.txt dir1 [root@PC1 test01]# ls -a . .. a.txt dir1 .x.txt [root@PC1 test01]# find ./ -maxdepth 1 -type f -name 阅读全文
posted @ 2023-07-31 17:39 小鲨鱼2018 阅读(929) 评论(0) 推荐(0) 编辑