上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 407 下一页
摘要: 001、问题 基于setfacl 对特定用户开放读写权限失败 setfacl -m u:liujiaxin02:r-x $HOME; 开放了读写的权限,但是仍然显示无法读取; 002、问题原因及解决方法 开放权限的用户本人的家目录没有开放读和执行的权限,要想setfacl生效,首先开放权限用户本身应 阅读全文
posted @ 2025-04-07 14:51 小鲨鱼2018 阅读(44) 评论(0) 推荐(0)
摘要: 001、 (base) [root@PC1 test]# lstest.sh(base) [root@PC1 test]# cat test.sh#!/bin/bash # 启动三个后台进程 echo hello world &sleep 20 &seq 10000000000 > a.txt & 阅读全文
posted @ 2025-04-07 10:10 小鲨鱼2018 阅读(40) 评论(0) 推荐(0)
摘要: 001、 ‌sort命令的-g选项用于按照通用数值进行排序。 阅读全文
posted @ 2025-04-06 22:28 小鲨鱼2018 阅读(23) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j; for(i = 1; i <= 9; i++) { for(j = 1; 阅读全文
posted @ 2025-04-06 16:56 小鲨鱼2018 阅读(16) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls outcome.map test.py [root@PC1 test]# head -n 3 outcome.map ## 原始map文件 1 s64199.1 0 55910 1 OAR19_64675012.1 0 85204 1 OAR19_6 阅读全文
posted @ 2025-04-06 16:50 小鲨鱼2018 阅读(13) 评论(0) 推荐(0)
摘要: 001、vcf文件中拆分出不同群体安装滑动窗口方法计算杂合度,窗口数目不一致原因: a、拆分群体后,特定滑窗内基因型全部缺失 b、拆分群体后,特定滑窗内基因型没有多态性。 。 阅读全文
posted @ 2025-04-04 22:19 小鲨鱼2018 阅读(37) 评论(0) 推荐(0)
摘要: 001、 vcftools --vcf pop_struc.vcf --remove-indels --recode --recode-INFO-all --out SNPs_only 002、 indel 和 复等位基因是两种不同的变异类型。 阅读全文
posted @ 2025-04-01 01:05 小鲨鱼2018 阅读(69) 评论(0) 推荐(0)
摘要: 001、 plink --file outcome --biallelic-only strict --recode tab --out xxx 阅读全文
posted @ 2025-03-31 22:54 小鲨鱼2018 阅读(52) 评论(0) 推荐(0)
摘要: 001、测试数据 (base) [root@PC1 test]# ls chr_1.bed chr_1.bim chr_1.fam chr_2.bed chr_2.bim chr_2.fam chr_3.bed chr_3.bim chr_3.fam merge_list.txt (base) [r 阅读全文
posted @ 2025-03-31 17:52 小鲨鱼2018 阅读(85) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls chr_1.vcf [root@PC1 test]# bgzip chr_1.vcf ## 压缩 [root@PC1 test]# ls chr_1.vcf.gz [root@PC1 test]# tabix -p vcf chr_1.vcf.gz 阅读全文
posted @ 2025-03-31 16:26 小鲨鱼2018 阅读(231) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 407 下一页