会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zarinan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2025年8月8日
虚拟机修改移动磁盘命名
摘要: 1、将挂载好的硬盘卸载 sudo umount "/media/nancy/My Passport" 2、重命名磁盘标签(NTFS文件系统) sudo ntfslabel /dev/sdb1 zyn1 3、重新挂载磁盘 sudo mkdir -p /media/nancy/zyn1 sudo mou
阅读全文
posted @ 2025-08-08 12:41 Zarinan
阅读(37)
评论(0)
推荐(0)
2025年8月7日
宏基因组Trim galore质控+MEGAHIT组装
该文被密码保护。
阅读全文
posted @ 2025-08-07 11:29 Zarinan
阅读(28)
评论(0)
推荐(0)
2025年8月5日
宏基因组Trim glaore质控+SPAdes组装
摘要: 1、安装 安装gcc,GNU 编译器集,因为trim的cutadapt及其依赖需要用它来编译C扩展 sudo apt update && sudo apt install build-essential Trim Galore:质量控制 点击查看代码 conda create -n trimgalo
阅读全文
posted @ 2025-08-05 16:37 Zarinan
阅读(52)
评论(0)
推荐(0)
2025年7月31日
Windows Aspera Connect安装
摘要: 1、下载客户端 https://www.ibm.com/fr-fr/products/aspera/downloads#cds 选择IBM Aspera Connect 选择Télécharger maintenant pour Windows 下载安装包ibm-aspera-connect_4.2
阅读全文
posted @ 2025-07-31 23:46 Zarinan
阅读(1200)
评论(0)
推荐(0)
2025年7月29日
新蛋白标注流程
该文被密码保护。
阅读全文
posted @ 2025-07-29 21:10 Zarinan
阅读(18)
评论(0)
推荐(0)
2025年7月28日
Biomu测试手册
摘要: 1、准备Google账号 登录网址https://colab.research.google.com/notebooks/welcome.ipynb 2、点击黄色Colab标识,进入Google Drive 点击目录 My Drive,创建文件夹Colab_test_by_zyn 3、进入文件夹,点
阅读全文
posted @ 2025-07-28 11:25 Zarinan
阅读(94)
评论(0)
推荐(0)
IQ-tree绘制进化树3-验证
摘要: 验证进化树构建状态 1、在输出目录看.log文件是否继续更新,查看最后几行 tail <.log> 若输出结果最后如下则表示程序成功完成 Analysis completed. Best-scoring ML tree written to: ... 2、查看 .iqtree 文件 tail you
阅读全文
posted @ 2025-07-28 10:44 Zarinan
阅读(152)
评论(0)
推荐(0)
2025年7月25日
虚拟机镜像源配置
摘要: 1、查看镜像源配置 conda config --show channels 2、打开 Conda 的配置文件.condarc vi .condarc 3、粘贴channel 点击查看代码 channels: - https://mirrors.tuna.tsinghua.edu.cn/anacon
阅读全文
posted @ 2025-07-25 21:45 Zarinan
阅读(54)
评论(0)
推荐(0)
上一页
1
2
3
公告