摘要: 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)
该文被密码保护。 阅读全文
posted @ 2025-08-07 11:29 Zarinan 阅读(28) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
该文被密码保护。 阅读全文
posted @ 2025-07-29 21:10 Zarinan 阅读(18) 评论(0) 推荐(0)
摘要: 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)
摘要: 验证进化树构建状态 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)
摘要: 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)