随笔分类 - 生信
摘要:001、利用conda创建py3.7环境,并进入pyt3.7环境 conda create -n busco-py3.7 python=3.7 conda activate busco-py3.7 002、利用conda安装busco conda install -c conda-forge -c
阅读全文
摘要:001、问题 002、解决方法 [root@PC1 test4]# which samtools /root/anaconda3/bin/samtools [root@PC1 test4]# cd /root/anaconda3/lib [root@PC1 lib]# [root@PC1 lib]#
阅读全文
摘要:001、git clone报错 002、解决方法 进入github官网,搜索该项目 003、上传至linux、解压 [root@PC1 test2]# unzip CNVcaller-master.zip
阅读全文
摘要:001、在linux终端生成公钥 [root@PC1 test2]# ssh-keygen -t rsa ## 一直回车 002、查看公钥 [root@PC1 test2]# cat ~/.ssh/id_rsa.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCv
阅读全文
摘要:001、计算纯合率 (base) [root@PC1 test]# ls outcome.bed outcome.fam outcome.map outcome.ped outcome.bim outcome.log outcome.nosex (base) [root@PC1 test]# (ba
阅读全文
摘要:001、测试数据 (base) [root@PC1 test]# ls ## 测试数据, plink格式 outcome.map outcome.ped (base) [root@PC1 test]# cat outcome.map 1 snp1 0 55910 1 snp2 0 85204 1 s
阅读全文
摘要:--max-missing 参数表示:最大的丢失率不超过 1-xxxx。 (base) [root@PC1 test]# ls outcome.map outcome.ped outcome.vcf (base) [root@PC1 test]# cat outcome.map 1 snp1 0 5
阅读全文
摘要:001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、安装依赖 [root@PC1 software]# yum install -y gcc libuuid-deve
阅读全文
摘要:官网:https://mamba.readthedocs.io/en/latest/installation.html 001、系统 [root@PC1 ~]# cat /etc/system-release CentOS Linux release 7.6.1810 (Core) 002、使用sh
阅读全文
摘要:001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载安装包 [root@PC1 software]# wget https://github.com/conda-
阅读全文
摘要:001、测试命令 [root@PC1 test]# bamba bash: bamba: command not found... 002、内核 [root@PC1 test]# uname -a Linux PC1 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23
阅读全文
摘要:001、 [liujiaxin01@PC1 ~]$ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE 002、 [liujiaxin01@PC1 ~]$ docker search smoove 003、 [liujiaxin01@PC1 ~]
阅读全文
摘要:001、普通用户操作docker遇到如下问题 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%
阅读全文
摘要:001、系统内核 [root@PC1 test01]# uname -a Linux PC1 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 002、删除旧版本的docke
阅读全文
摘要:001、 [liujiaxin01@PC1 ~]$ docker search smcpp 002、pull [liujiaxin01@PC1 ~]$ docker run --rm -v $PWD:/mnt terhorst/smcpp:latest 003、列出镜像 [liujiaxin01@P
阅读全文
摘要:一、编译安装 001、安装D语言编译器 https://www.cnblogs.com/liujiaxin2018/p/17416628.html 002、安装GNU Scientific library(是一个 C 写成的用于科学计算的库,有超过1000个函数) [root@PC1 softwar
阅读全文
摘要:001、 [liujiaxin01@PC1 ~]$ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE ezlabgva/busco v5.4.7_cv1 a8c866d3a435 2 weeks ago 2.36GB brentp/smoove
阅读全文
摘要:https://busco.ezlab.org/busco_userguide.html#conda-package 001、 conda install -c conda-forge -c bioconda busco=5.4.7
阅读全文
摘要:001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、python版本 [root@PC1 software]# python3 --version Python 3.
阅读全文
摘要:001、列出所有环境 [root@PC1 software]# conda info -e # conda environments: # base * /root/anaconda3 busco-py3.7 /root/anaconda3/envs/busco-py3.7 002、进入指定环境 [
阅读全文

浙公网安备 33010602011771号