会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
126
127
128
129
130
131
132
133
134
···
403
下一页
2023年4月19日
使用conda 安装 hisat2 软件
摘要: 001、系统 root@DESKTOP-IDT9S0E:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Code
阅读全文
posted @ 2023-04-19 16:17 小鲨鱼2018
阅读(2375)
评论(0)
推荐(0)
2023年4月18日
从国家基因组科学数据中心下载数据
摘要: 001、官方网站:https://ngdc.cncb.ac.cn/ 002、入口: 003、输入数据编号: 004、 005、 06、 linux下载说明
阅读全文
posted @ 2023-04-18 15:17 小鲨鱼2018
阅读(1270)
评论(0)
推荐(0)
2023年4月15日
linux中sed命令删除首次匹配字符及其之前的内容或者指定匹配字符及其之前的内容
摘要: 001、删除首次匹配字符及其之前的内容 root@DESKTOP-IDT9S0E:/home/test/test/test# ls a.txt root@DESKTOP-IDT9S0E:/home/test/test/test# cat a.txt ## 测试数据 awQQrQQ24QQ34QQr5
阅读全文
posted @ 2023-04-15 22:37 小鲨鱼2018
阅读(3203)
评论(0)
推荐(0)
linux中截取字符串中指定字符之前的内容
摘要: 001、 root@DESKTOP-IDT9S0E:/home/test/test/test# str1="Homo_sapiens.GRCh38.99.chgffromosome.22.gff3" root@DESKTOP-IDT9S0E:/home/test/test/test# str2=${
阅读全文
posted @ 2023-04-15 22:13 小鲨鱼2018
阅读(450)
评论(0)
推荐(0)
linux中dirname 和 basename命令
摘要: 001、dirname用于从绝对路径中剥离出路径 002、basename用于从绝对路径中剥离出文件名 测试: root@DESKTOP-IDT9S0E:~# ls root@DESKTOP-IDT9S0E:~# dirname /home/test2/a.sh ## dirname剥离出路径 /h
阅读全文
posted @ 2023-04-15 21:41 小鲨鱼2018
阅读(82)
评论(0)
推荐(0)
2023年4月13日
ubuntu中设置 ssh开机自动启动
摘要: 01、 systemctl enable ssh 02、 /lib/systemd/systemd-sysv-install enable ssh
阅读全文
posted @ 2023-04-13 15:12 小鲨鱼2018
阅读(641)
评论(0)
推荐(0)
2023年4月5日
linux 中sed命令中的列的精确替换
摘要: 001、将ab替换为QQ (base) [b20223040323@admin2 test2]$ ls a.txt (base) [b20223040323@admin2 test2]$ cat a.txt ## 测试数据 snp1 ab 1072 0 snp4 abde 392 0 snp5 ab
阅读全文
posted @ 2023-04-05 11:38 小鲨鱼2018
阅读(412)
评论(0)
推荐(0)
2023年4月4日
R语言中绘图,将图例设置在绘图区域之外
摘要: 001、 正常绘图 par(mar=c(6, 6, 6, 6), xpd = TRUE) ## 绘图区域外留白 plot(1:10) legend('right',inset= 0.3, pch=19,legend='xxx') ## 绘图,图例在图形内部 002、图例放在图形正右方 par(mar
阅读全文
posted @ 2023-04-04 15:33 小鲨鱼2018
阅读(830)
评论(0)
推荐(0)
2023年4月3日
R语言绘图中刻度线长度的设置
摘要: 001、 par(mfrow = c(1,2)) plot(1:10,tck = -0.01, main = "tck = -0.01") ## 保持不变,设置弹tck参数设置刻度线长度 plot(1:10,tck = -0.1, main = "tck = -0.1")
阅读全文
posted @ 2023-04-03 15:16 小鲨鱼2018
阅读(173)
评论(0)
推荐(0)
2023年3月29日
linux 中 判断一组数据开头或者末尾是否有空格
摘要: 001、判断是否末尾有空格 (base) [root@PC1 test]# ls a.txt (base) [root@PC1 test]# cat a.txt ## 测试数据 a d g k u d d g k d f , z d g dfe jh (base) [root@PC1 test]#
阅读全文
posted @ 2023-03-29 15:13 小鲨鱼2018
阅读(351)
评论(0)
推荐(0)
上一页
1
···
126
127
128
129
130
131
132
133
134
···
403
下一页
公告