上一页 1 2 3 4 5 6 ··· 403 下一页
摘要: 000、 a、实例页面 https://ngdc.cncb.ac.cn/gsa/browse/CRA017832 b、aspera密钥文件下载(不同数据库使用的密钥文件有可能是不一样的) c、元数据(用于批量下载) 001、 示例数据下载 ascp -P33001 -i /public/home/b 阅读全文
posted @ 2025-10-04 10:28 小鲨鱼2018 阅读(6) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 01 02 03 04 05 07 08 09 10 11 13 14 15 16 17 19 20 21 22 23 25 26 27 28 阅读全文
posted @ 2025-10-03 23:49 小鲨鱼2018 阅读(3) 评论(0) 推荐(0)
摘要: 001、 fastp -i sample_name_1.fq.gz -o sample_name_qc_1P.fastq.gz -I sample_name_2.fq.gz -O sample_name_qc_2P.fastq.gz --thread 4 -g -q 20 -u 30 -l 150 阅读全文
posted @ 2025-10-02 18:26 小鲨鱼2018 阅读(7) 评论(0) 推荐(0)
摘要: 001、 ## step1: mkdir sheep_db ## 创建数据库目录 ## step2: download the taxonomy information kraken2-build --download-taxonomy --db sheep_db ## 下载物种分类信息 ## st 阅读全文
posted @ 2025-10-02 18:23 小鲨鱼2018 阅读(11) 评论(0) 推荐(0)
摘要: 001、 (base) [b20223040323@admin1 test]$ ls SRR1770413_1.fastq test.py (base) [b20223040323@admin1 test]$ cat test.py ## 脚本 #!/usr/bin/env python # -*- 阅读全文
posted @ 2025-10-02 11:02 小鲨鱼2018 阅读(7) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 0aa1 0AA2 03 04 05 06 07 08 09 10 1a1 12 [root@localhost test]# awk '{a 阅读全文
posted @ 2025-10-01 21:00 小鲨鱼2018 阅读(12) 评论(0) 推荐(0)
摘要: 001、打开一个文字输入框,随机输入文字,比如此处输入100 002、将鼠标的光标点至文字输入状态 003、点1-3 004、 这里输入法调整成这样 005、 找到这个圈,双击 006、效果 。 阅读全文
posted @ 2025-09-24 23:06 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: R语言中绘制外围色重内层色前的三角形: library(ggplot2) df <- data.frame( x = c(1, 2, 3, 4, 5), y = c(2, 1, 3, 5, 4) ) ggplot(df, aes(x = x, y = y)) + geom_point( shape 阅读全文
posted @ 2025-09-24 20:17 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: 001、 . . 阅读全文
posted @ 2025-09-24 09:28 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: 001、 Package gdlib was not found in the pkg-config search path.Perhaps you should add the directory containing `gdlib.pc'to the PKG_CONFIG_PATH enviro 阅读全文
posted @ 2025-09-23 15:44 小鲨鱼2018 阅读(5) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 403 下一页