上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 367 下一页
摘要: 1、 [root@PC1 home]# echo "unalias rm mv cp" >> ~/.bashrc ## 在root家目录中.bashrc配置文件后追加取消别名命令 [root@PC1 home]# source ~/.bashrc ## 使配置文件生效 阅读全文
posted @ 2023-01-01 16:50 小鲨鱼2018 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 001、-O选项, 指定输出的文件名 [root@PC1 test]# wget -O download.file https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-11/SRR001/770/SRR1770413/SRR177 阅读全文
posted @ 2022-12-31 22:47 小鲨鱼2018 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 今天测试了fastq-dump直接 根据SRA号无法下载。 只有下面一种方法测试成功。 001、 002、 003、 004、 005、 [root@PC1 test]# wget https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-z 阅读全文
posted @ 2022-12-31 22:22 小鲨鱼2018 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls SraRunInfo (2).csv [root@PC1 test]# mv SraRunInfo (2).csv new_name ## 复制文件名重命名报错 -bash: syntax error near unexpected token `( 阅读全文
posted @ 2022-12-31 21:41 小鲨鱼2018 阅读(838) 评论(0) 推荐(1) 编辑
摘要: 001、 [root@PC1 test]# ls ## 测试数据 SraRunInfo(1).csv SraRunInfo(2).csv SraRunInfo(3).csv SraRunInfo(4).csv SraRunInfo(5).csv SraRunInfo.csv [root@PC1 te 阅读全文
posted @ 2022-12-31 21:35 小鲨鱼2018 阅读(650) 评论(0) 推荐(1) 编辑
摘要: 001、 [root@PC1 test]# ls a b c d.txt x y.txt [root@PC1 test]# ll -h ## 测试数据,两个文件名中都有空格 total 8.0K -rw-r--r--. 1 root root 9 Dec 31 20:56 a b c d.txt - 阅读全文
posted @ 2022-12-31 21:29 小鲨鱼2018 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 a b c d x x k a d k k [root@PC1 test]# awk '{print gsub("k", "&")}' a.txt ## 统计每一行的k 阅读全文
posted @ 2022-12-31 21:16 小鲨鱼2018 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls [root@PC1 test]# touch test{1..12} ## 创建测试数据 [root@PC1 test]# ls test1 test10 test11 test12 test2 test3 test4 test5 test6 tes 阅读全文
posted @ 2022-12-31 20:55 小鲨鱼2018 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 001、测试数据转换为vcf格式 [root@PC1 test]# ls test.map test.ped [root@PC1 test]# plink --file test --recode vcf-iid --out test 002、将vcf转为phylip格式文件 [root@PC1 t 阅读全文
posted @ 2022-12-31 13:13 小鲨鱼2018 阅读(1053) 评论(2) 推荐(0) 编辑
摘要: 001、软件下载: 下载地址 [root@PC1 phylip]# wget https://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz [root@PC1 phylip]# ls phylip-3.697.tar. 阅读全文
posted @ 2022-12-31 12:29 小鲨鱼2018 阅读(1001) 评论(0) 推荐(1) 编辑
上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 367 下一页