feat: add base_prokka tool and CRISPR-Cas analysis source code

- Add base_prokka genome annotation tool with pixi config
- Add CRISPR-Cas analysis src (CRISPRCasFinder.pl, environment config)
- Add test data and documentation

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zly
2026-01-28 20:31:00 +08:00
parent ef09a1c5d5
commit 8e0deb1691
17 changed files with 14189 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
prokka 这个环境,是进行基因组注释的,这是进行原核生物分析的第一步,运行这个后,会得到相应的基因注释文件;
后续的crispr鉴定需要输入的文件有gff、faa文件这些文件是从prokka的运行得到的
后面bgc的鉴定也需要prokka的结果文件。