sy520

Results 5 comments of sy520

This is likely to be polyploid, and the three peaks have an obvious fold relationship.

I also just ran into this problem as well. I added A and same problem. The Internet said it was a problem with the conda installation.

![image](https://github.com/yanlinlin82/ggvenn/assets/36355222/b47839fb-79d9-46ec-b8e1-5bbed7f9bc8c) Save using ggsave. The name display is incomplete. May I ask how to handle it. Thank you!

这里是你代码的bug,应该是构建数据库的问题。需要手工构建完整的数据库。 bwa index /Work/pipeline/software/meta/ARGs-OAP/v3.2.4/lib/python3.12/site-packages/args_oap/db/gg85.fasta makeblastdb -in /Work/pipeline/software/meta/ARGs-OAP/v3.2.4/lib/python3.12/site-packages/args_oap/db/gg85.fasta -input_type fasta -dbtype nucl args_oap make_db --infile /Work/pipeline/software/meta/ARGs-OAP/v3.2.4/lib/python3.12/site-packages/args_oap/db/ko30.fasta

数据的索引需要单独构建。如果没有构建,就会出现这样的问题。主要是脚本stage_one.py的run部分使用了try函数。另外该软件不支持华大mgi平台的数据,需要修改一下代码才能运行。