上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 403 下一页
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 j003_mappingrate.txt KRA6 97.79% wild_mappingrate.txt KR.6 98.53% j004_m 阅读全文
posted @ 2025-01-26 11:11 小鲨鱼2018 阅读(22) 评论(0) 推荐(0)
摘要: 001、 推荐使用如下参数 java -jar /path/trimmomatic-0.39.jar PE \ -phred33 \ -threads 16 \ sample_name_1.fq.gz sample_name_2.fq.gz \ -baseout /path/sample_name_ 阅读全文
posted @ 2025-01-21 09:03 小鲨鱼2018 阅读(68) 评论(0) 推荐(0)
摘要: 001a、核酸库 ascp -v -k 1 -T -l 200m -i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh anonftp@ftp.ncbi.nlm.nih.gov:/blast/db/FASTA/nt.gz ./ 001b、构建索引 mak 阅读全文
posted @ 2025-01-20 11:15 小鲨鱼2018 阅读(41) 评论(0) 推荐(0)
摘要: 001、 [s20223040682@admin2 test]$ echo hollo@world | fold -w 1 h o l l o @ w o r l d [s20223040682@admin2 test]$ echo hollo@world | fold -w 2 ho ll o@ 阅读全文
posted @ 2025-01-20 10:51 小鲨鱼2018 阅读(17) 评论(0) 推荐(0)
摘要: 001、安装 git clone https://github.com/lh3/seqtk.git cd seqtk/ make ./seqtk | head -n 3 002、fastq格式转换为fasta格式 [s20223040682@admin2 test]$ ls test.fastq [ 阅读全文
posted @ 2025-01-20 10:19 小鲨鱼2018 阅读(351) 评论(0) 推荐(1)
摘要: 001、 (base) [root@PC1 test]# ls a.txt idx.txt (base) [root@PC1 test]# cat a.txt ## 测试数据 01 02 03 04 05 06a 07 08 09 10 11 12 13 14b 15 16 17 18 19 20 阅读全文
posted @ 2025-01-15 11:54 小鲨鱼2018 阅读(16) 评论(0) 推荐(0)
摘要: 001、AI打开PDF文件 002、左侧选择矩形工具 003、选择想要剪切的区域 004、 回到一般选择图标 005、ctrl + a选中两个图层 006、右键选择简历剪切蒙版 007、 剪切完成。 。 阅读全文
posted @ 2025-01-10 17:33 小鲨鱼2018 阅读(677) 评论(0) 推荐(0)
摘要: #将filename设置成NULL #将画出来的图先保存到venn.plot中 venn.plot <- venn.diagram( x = list ( A = 1:10, B = 6:25 ), cat.col=c("red","blue"), fill = c("red","blue"), f 阅读全文
posted @ 2025-01-03 23:49 小鲨鱼2018 阅读(43) 评论(0) 推荐(0)
摘要: 001、 c语言中显示无符号整型数据在计算机存储中二进制位的具体数值 [root@PC1 test2]# cat test.c #include <stdio.h> int bits_count(unsigned x) // 定义函数, 输出二进制位上为1的位数 { int bits; bits = 阅读全文
posted @ 2025-01-03 11:41 小鲨鱼2018 阅读(14) 评论(0) 推荐(0)
摘要: 001、野生群体+驯化群体 002、家养群体 003、野生群体 。 阅读全文
posted @ 2025-01-01 01:52 小鲨鱼2018 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 403 下一页