上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 367 下一页
摘要: 001、问题 [root@localhost test]# /home/software/Python-3.7.9/python Python 3.7.9 (default, Oct 21 2022, 23:48:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] 阅读全文
posted @ 2022-10-21 16:08 小鲨鱼2018 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 001、问题 [root@localhost Python-3.7.9]# python --version Python 3.7.9 [root@localhost Python-3.7.9]# pip Traceback (most recent call last): File "/bin/p 阅读全文
posted @ 2022-10-21 16:05 小鲨鱼2018 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 001、 tar -xJvf Python-3.7.9.tar.xz 阅读全文
posted @ 2022-10-21 15:45 小鲨鱼2018 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 001、问题 bash: pip: command not found... 002、python版本 [root@localhost pool]# python --version Python 2.7.5 003、解决方法 wget https://bootstrap.pypa.io/pip/2 阅读全文
posted @ 2022-10-21 15:09 小鲨鱼2018 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 方法1、编译安装 001、系统 [liujiaxin01@localhost software]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载bamtools软件安装包 wget https://github 阅读全文
posted @ 2022-10-21 11:45 小鲨鱼2018 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 001、grep -v实现 [liujiaxin01@pc1 test]$ ls a.txt [liujiaxin01@pc1 test]$ cat a.txt ## 测试数据 r t d d g k z c k e w a d j k q f i [liujiaxin01@pc1 test]$ g 阅读全文
posted @ 2022-10-21 10:19 小鲨鱼2018 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 001、 方法1 grep -v [liujiaxin01@pc1 test]$ ls a.txt [liujiaxin01@pc1 test]$ cat a.txt ## 测试数据 r t d d g k z c g e w a d j e q f i [liujiaxin01@pc1 test] 阅读全文
posted @ 2022-10-21 10:07 小鲨鱼2018 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 001、下载: wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.39.zip 002、解压 unzip Trimmomatic-0.39.zip 003、直接调用 java -jar 阅读全文
posted @ 2022-10-19 18:29 小鲨鱼2018 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 001、查看防火墙状态 systemctl status firewalld 002、关闭防火墙 systemctl stop firewalld 003、查看关闭防火墙状态 systemctl status firewalld 004、启动防火墙并查看状态 systemctl start fire 阅读全文
posted @ 2022-10-17 14:28 小鲨鱼2018 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 001、ls + sed实现 [root@pc1 data]# ls ## 测试文件、目录 a.txt test01 test02 [root@pc1 data]# ls | sed "s#^#$(pwd)/#" ## ls + sed实现 /home/data/a.txt /home/data/t 阅读全文
posted @ 2022-10-16 16:20 小鲨鱼2018 阅读(1841) 评论(0) 推荐(0) 编辑
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 367 下一页