随笔分类 - 生信
摘要:001、系统 [root@localhost home]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 方法1 conda安装 01、创建python环境 [root@localhost home]# conda crea
阅读全文
摘要:001、系统 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、创建python2.7环境 [root@localhost ~]# conda create -n py27 pyt
阅读全文
摘要:001、利用conda创建py2.7环境 conda create -n py27 python=2.7 ## 创建py2.7环境 002、进入python2.7环境 conda activate py27 003、利用conda安装lumpy软件 conda install -c bioconda
阅读全文
摘要:001、 shell实现 [root@PC1 test]# ls test.fa [root@PC1 test]# cat test.fa ## 测试fasta文件 > chr1 ddddgggg ddfgg > chr2 eertttt dddddg > chr3 dfdfgggg lljhhhh
阅读全文
摘要:pindel官网:http://gmt.genome.wustl.edu/packages/pindel/ 001、基本用法 pindel -i simulated_config.txt -f simulated_reference.fa -o xxxxx -c ALL 其中 -i参数用于指定配置文
阅读全文
摘要:samtools view -bS test.sam > test.bam samtools view -b -S test.sam -o test.bam # 自定义线程数 samtools view -@ 50 -bS test.sam >test.bam 来源:https://blog.csd
阅读全文
摘要:001、查看利用conda创建的虚拟环境 (base) [root@PC1 software]# conda env list # conda environments: # base * /root/anaconda3 002、利用conda创建虚拟环境 a、创建: (base) [root@PC
阅读全文
摘要:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/?C=M&O=D
阅读全文
摘要:001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 显示当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/ - https://m
阅读全文
摘要:001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 查看当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ - https://mirr
阅读全文
摘要:001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 查看当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ - https://mirr
阅读全文
摘要:001、 (base) [liujiaxin01@PC1 software]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## 系统发行版 (base) [liujiaxin01@PC1 software]$ conda
阅读全文
摘要:001、 (base) [liujiaxin01@PC1 home]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## 系统版本 (base) [liujiaxin01@PC1 home]$ conda --versio
阅读全文
摘要:001、 root@ubuntu01:/home/software# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS ## 系统版本 Release
阅读全文
摘要:001、 [root@PC1 software]# cat /etc/redhat-release ## 系统版本 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda 4
阅读全文
摘要:001、 [root@PC1 software]# cat /etc/redhat-release ## 系统发行版 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda
阅读全文
摘要:001、查看系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载anaconda安装包: wget https://mirrors.tuna.tsinghua.edu.c
阅读全文
摘要:001、问题:configure: error: htscodecs submodule files not present. 002、解决方法: git pull git submodule update
阅读全文
摘要:001、问题:error: library used but 'RANLIB' is undefined 002、解决方法: apt-get install libtool 参考:https://blog.csdn.net/qq_36393978/article/details/118415300
阅读全文
摘要:001、问题:configure: error: liblzma development files not found 002、解决方法: apt-get install liblzma-dev 参考:https://blog.csdn.net/weixin_40640700/article/de
阅读全文

浙公网安备 33010602011771号