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:
2
tools/base_prokka/0_genomeAnnotation/.gitattributes
vendored
Normal file
2
tools/base_prokka/0_genomeAnnotation/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# SCM syntax highlighting & preventing 3-way merges
|
||||
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
|
||||
3
tools/base_prokka/0_genomeAnnotation/.gitignore
vendored
Normal file
3
tools/base_prokka/0_genomeAnnotation/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# pixi environments
|
||||
.pixi/*
|
||||
!.pixi/config.toml
|
||||
70
tools/base_prokka/0_genomeAnnotation/00_genome_annoation.md
Normal file
70
tools/base_prokka/0_genomeAnnotation/00_genome_annoation.md
Normal file
@@ -0,0 +1,70 @@
|
||||
# 模块 1:基因组注释
|
||||
|
||||
> 目标:通过prokka对进行原核生物基因基因组注释 ,为后续分析提供输入文件。
|
||||
|
||||
---
|
||||
|
||||
## 1) Conda 环境
|
||||
|
||||
- 环境名:`prokka`
|
||||
- 说明:运行prokka进行基因组注释
|
||||
- 激活:
|
||||
```bash
|
||||
conda env create -f prokka.yml
|
||||
conda activate prokka
|
||||
```
|
||||
|
||||
> 已安装环境:✅(yml配置文件: `prokka.yml`)
|
||||
|
||||
---
|
||||
|
||||
## 2) 启动命令
|
||||
|
||||
### 2.1 单基因组运行(推荐模板)
|
||||
```bash
|
||||
prokka \
|
||||
--outdir <OUTDIR> \
|
||||
--prefix <genome> \
|
||||
--cpus 8 \
|
||||
--genus Bacillus \
|
||||
--species Bacillus thuringiensis \
|
||||
genome.fna
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 3) 参数说明(阈值含义 + 默认值)
|
||||
|
||||
| 参数 | 含义 | 阈值/影响 | 默认值 |
|
||||
|---|---|---|---|
|
||||
| `--outdir` | 输出目录 | N/A | N/A |
|
||||
| `--prefix` | 输出结果文件前缀 | N/A | N/A |
|
||||
| `--cpus` | 线程数 | 影响速度 | N/A |
|
||||
| `--genus` | 物种所属“属” | N/A | N/A |
|
||||
| `--cpus` | 物种所属“种” | N/A | 8 |
|
||||
| `genome.fna` | 输入基因组 | N/A | NA |
|
||||
---
|
||||
|
||||
## 4) 输出结果文件(结构与解析)
|
||||
|
||||
### 4.1 输出目录结构(建议)
|
||||
```
|
||||
OUTDIR/
|
||||
<genome>.faa # 基因注释蛋白质文件
|
||||
<genome>.ffn # 基因注释核酸文件
|
||||
<genome>.fna # 基因组文件
|
||||
<genome>.gbk # genbank格式注释文件
|
||||
<genome>.gff # gff格式注释文件
|
||||
<genome>.log
|
||||
<genome>.fsa
|
||||
<genome>.sqn
|
||||
<genome>.tbl
|
||||
<genome>.tsv
|
||||
<genome>.txt
|
||||
<genome>.err
|
||||
|
||||
```
|
||||
> prokka注释文件夹中的gbk、faa格式的文件用于杀虫素预测;faa、gff用于CRISPRCasFinder.pl的输入文件。
|
||||
|
||||
---
|
||||
|
||||
4795
tools/base_prokka/0_genomeAnnotation/pixi.lock
generated
Normal file
4795
tools/base_prokka/0_genomeAnnotation/pixi.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
368
tools/base_prokka/0_genomeAnnotation/pixi.toml
Normal file
368
tools/base_prokka/0_genomeAnnotation/pixi.toml
Normal file
@@ -0,0 +1,368 @@
|
||||
[workspace]
|
||||
authors = ["zly <644706215@qq.com>"]
|
||||
channels = ["https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge", "bioconda", "conda-forge", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main", "ursky", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free", "main", "r", "msys2"]
|
||||
name = "prokka"
|
||||
platforms = ["linux-64"]
|
||||
version = "0.1.0"
|
||||
|
||||
[tasks]
|
||||
|
||||
[dependencies]
|
||||
_libgcc_mutex = { version = "==0.1", build = "conda_forge" }
|
||||
_openmp_mutex = { version = "==4.5", build = "2_gnu" }
|
||||
alsa-lib = { version = "==1.2.11", build = "hd590300_1" }
|
||||
aragorn = { version = "==1.2.41", build = "h7b50bb2_5" }
|
||||
argcomplete = { version = "==3.6.2", build = "pyhd8ed1ab_0" }
|
||||
argh = { version = "==0.31.3", build = "pyhd8ed1ab_1" }
|
||||
argtable2 = { version = "==2.13", build = "hd590300_1004" }
|
||||
aria2 = { version = "==1.23.0", build = "0" }
|
||||
arpack = { version = "==3.7.0", build = "hdefa2d7_2" }
|
||||
barrnap = { version = "==0.9", build = "hdfd78af_4" }
|
||||
bedtools = { version = "==2.31.1", build = "hf5e1c6e_2" }
|
||||
biocode = { version = "==0.12.1", build = "pyhdfd78af_0" }
|
||||
biopython = { version = "==1.85", build = "py311h49ec1c0_2" }
|
||||
blast = { version = "==2.16.0", build = "hc155240_3" }
|
||||
blast-legacy = { version = "==2.2.26", build = "hf7ff83a_5" }
|
||||
boost-cpp = { version = "==1.74.0", build = "h75c5d50_8" }
|
||||
brotli = { version = "==1.1.0", build = "hb03c661_4" }
|
||||
brotli-bin = { version = "==1.1.0", build = "hb03c661_4" }
|
||||
brotli-python = { version = "==1.1.0", build = "py311h1ddb823_4" }
|
||||
bzip2 = { version = "==1.0.8", build = "hda65f42_8" }
|
||||
c-ares = { version = "==1.34.5", build = "hb9d3cd8_0" }
|
||||
ca-certificates = { version = "==2025.8.3", build = "hbd8a1cb_0" }
|
||||
cairo = { version = "==1.16.0", build = "hb05425b_5" }
|
||||
capnproto = { version = "==1.0.2", build = "hfc55251_1" }
|
||||
cd-hit = { version = "==4.8.1", build = "h43eeafb_11" }
|
||||
certifi = { version = "==2025.8.3", build = "pyhd8ed1ab_0" }
|
||||
cffi = { version = "==2.0.0", build = "py311h5b438cf_0" }
|
||||
charset-normalizer = { version = "==3.4.3", build = "pyhd8ed1ab_0" }
|
||||
clustalo = { version = "==1.2.4", build = "h503566f_10" }
|
||||
clustalw = { version = "==2.1", build = "h9948957_12" }
|
||||
colorama = { version = "==0.4.6", build = "pyhd8ed1ab_1" }
|
||||
consan = { version = "==1.2", build = "h7b50bb2_7" }
|
||||
contourpy = { version = "==1.3.3", build = "py311hdf67eae_2" }
|
||||
curl = { version = "==7.87.0", build = "h6312ad2_0" }
|
||||
cycler = { version = "==0.12.1", build = "pyhd8ed1ab_1" }
|
||||
dendropy = { version = "==5.0.8", build = "pyhdfd78af_1" }
|
||||
dialign-tx = { version = "==1.0.2", build = "h7b50bb2_8" }
|
||||
diamond = { version = "==2.0.15", build = "hb97b32f_1" }
|
||||
dnspython = { version = "==2.8.0", build = "pyhcf101f3_0" }
|
||||
easel = { version = "==0.49", build = "hb6cb901_3" }
|
||||
eggnog-mapper = { version = "==2.1.13", build = "pyhdfd78af_2" }
|
||||
entrez-direct = { version = "==22.4", build = "he881be0_0" }
|
||||
expat = { version = "==2.7.1", build = "hecca717_0" }
|
||||
famsa = { version = "==2.2.3", build = "h9948957_1" }
|
||||
fasttree = { version = "==2.2.0", build = "h7b50bb2_0" }
|
||||
font-ttf-dejavu-sans-mono = { version = "==2.37", build = "hab24e00_0" }
|
||||
font-ttf-inconsolata = { version = "==3.0", build = "h77eed37_0" }
|
||||
font-ttf-source-code-pro = { version = "==2.38", build = "h77eed37_0" }
|
||||
font-ttf-ubuntu = { version = "==0.83", build = "h77eed37_3" }
|
||||
fontconfig = { version = "==2.14.2", build = "h14ed4e7_0" }
|
||||
fonts-conda-ecosystem = { version = "==1", build = "0" }
|
||||
fonts-conda-forge = { version = "==1", build = "0" }
|
||||
fonttools = { version = "==4.60.1", build = "py311h3778330_0" }
|
||||
freetype = { version = "==2.12.1", build = "h267a509_2" }
|
||||
gawk = { version = "==5.3.1", build = "hcd3d067_0" }
|
||||
gffutils = { version = "==0.13", build = "pyh7cba7a3_0" }
|
||||
giflib = { version = "==5.2.2", build = "hd590300_0" }
|
||||
glib = { version = "==2.80.2", build = "hf974151_0" }
|
||||
glib-tools = { version = "==2.80.2", build = "hb6ce0ca_0" }
|
||||
glpk = { version = "==5.0", build = "h445213a_0" }
|
||||
gmp = { version = "==6.3.0", build = "hac33072_2" }
|
||||
gnutls = { version = "==3.8.9", build = "h86084c0_1" }
|
||||
graphite2 = { version = "==1.3.14", build = "hecca717_2" }
|
||||
gsl = { version = "==2.7", build = "he838d99_0" }
|
||||
h2 = { version = "==4.3.0", build = "pyhcf101f3_0" }
|
||||
harfbuzz = { version = "==6.0.0", build = "h8e241bc_0" }
|
||||
hmmer = { version = "==3.4", build = "hb6cb901_4" }
|
||||
hpack = { version = "==4.1.0", build = "pyhd8ed1ab_0" }
|
||||
hyperframe = { version = "==6.1.0", build = "pyhd8ed1ab_0" }
|
||||
icu = { version = "==70.1", build = "h27087fc_0" }
|
||||
idna = { version = "==3.10", build = "pyhd8ed1ab_1" }
|
||||
importlib-metadata = { version = "==8.7.0", build = "pyhe01879c_1" }
|
||||
infernal = { version = "==1.1.5", build = "pl5321h7b50bb2_4" }
|
||||
intbitset = { version = "==3.0.2", build = "py311h459d7ec_1" }
|
||||
intel-openmp = { version = "==2023.1.0", build = "hdb19cb5_46306" }
|
||||
jinja2 = { version = "==3.1.6", build = "pyhd8ed1ab_0" }
|
||||
joblib = { version = "==1.5.2", build = "pyhd8ed1ab_0" }
|
||||
kalign2 = { version = "==2.4", build = "h7b50bb2_8" }
|
||||
keyutils = { version = "==1.6.3", build = "hb9d3cd8_0" }
|
||||
kiwisolver = { version = "==1.4.9", build = "py311h724c32c_1" }
|
||||
krb5 = { version = "==1.20.1", build = "hf9c8cef_0" }
|
||||
lcms2 = { version = "==2.16", build = "hb7c19ff_0" }
|
||||
ld_impl_linux-64 = { version = "==2.44", build = "ha97dd6f_2" }
|
||||
lerc = { version = "==4.0.0", build = "h0aef613_1" }
|
||||
libasprintf = { version = "==0.25.1", build = "h3f43e3d_1" }
|
||||
libblas = { version = "==3.9.0", build = "36_h4a7cf45_openblas" }
|
||||
libbrotlicommon = { version = "==1.1.0", build = "hb03c661_4" }
|
||||
libbrotlidec = { version = "==1.1.0", build = "hb03c661_4" }
|
||||
libbrotlienc = { version = "==1.1.0", build = "hb03c661_4" }
|
||||
libcblas = { version = "==3.9.0", build = "36_h0358290_openblas" }
|
||||
libcups = { version = "==2.3.3", build = "h36d4200_3" }
|
||||
libcurl = { version = "==7.87.0", build = "h6312ad2_0" }
|
||||
libdb = { version = "==6.2.32", build = "h9c3ff4c_0" }
|
||||
libdeflate = { version = "==1.20", build = "hd590300_0" }
|
||||
libedit = { version = "==3.1.20250104", build = "pl5321h7949ede_0" }
|
||||
libev = { version = "==4.33", build = "hd590300_2" }
|
||||
libexpat = { version = "==2.7.1", build = "hecca717_0" }
|
||||
libffi = { version = "==3.4.6", build = "h2dba641_1" }
|
||||
libgcc = { version = "==15.1.0", build = "h767d61c_5" }
|
||||
libgcc-ng = { version = "==15.1.0", build = "h69a702a_5" }
|
||||
libgettextpo = { version = "==0.25.1", build = "h3f43e3d_1" }
|
||||
libgfortran = { version = "==15.1.0", build = "h69a702a_5" }
|
||||
libgfortran-ng = { version = "==15.1.0", build = "h69a702a_5" }
|
||||
libgfortran5 = { version = "==15.1.0", build = "hcea5267_5" }
|
||||
libglib = { version = "==2.80.2", build = "hf974151_0" }
|
||||
libgomp = { version = "==15.1.0", build = "h767d61c_5" }
|
||||
libhwloc = { version = "==2.9.1", build = "hd6dc26d_0" }
|
||||
libiconv = { version = "==1.18", build = "h3b78370_2" }
|
||||
libidn11 = { version = "==1.34", build = "h1cef754_0" }
|
||||
libidn2 = { version = "==2.3.8", build = "ha4ef2c3_0" }
|
||||
libjpeg-turbo = { version = "==3.1.0", build = "hb9d3cd8_0" }
|
||||
liblapack = { version = "==3.9.0", build = "36_h47877c9_openblas" }
|
||||
liblzma = { version = "==5.8.1", build = "hb9d3cd8_2" }
|
||||
liblzma-devel = { version = "==5.8.1", build = "hb9d3cd8_2" }
|
||||
libnghttp2 = { version = "==1.51.0", build = "hdcd2b5c_0" }
|
||||
libnsl = { version = "==2.0.1", build = "hb9d3cd8_1" }
|
||||
libopenblas = { version = "==0.3.30", build = "pthreads_h94d23a6_2" }
|
||||
libpng = { version = "==1.6.43", build = "h2797004_0" }
|
||||
libsqlite = { version = "==3.46.0", build = "hde9e2c9_0" }
|
||||
libssh2 = { version = "==1.10.0", build = "haa6b8db_3" }
|
||||
libstdcxx = { version = "==15.1.0", build = "h8f9b012_5" }
|
||||
libstdcxx-ng = { version = "==15.1.0", build = "h4852527_5" }
|
||||
libtasn1 = { version = "==4.20.0", build = "hb9d3cd8_0" }
|
||||
libtiff = { version = "==4.6.0", build = "h1dd3fc0_3" }
|
||||
libunistring = { version = "==0.9.10", build = "h7f98852_0" }
|
||||
libuuid = { version = "==2.41.2", build = "he9a06e4_0" }
|
||||
libwebp-base = { version = "==1.6.0", build = "hd42ef1d_0" }
|
||||
libxcb = { version = "==1.15", build = "h0b41bf4_0" }
|
||||
libxcrypt = { version = "==4.4.36", build = "hd590300_1" }
|
||||
libxml2 = { version = "==2.10.3", build = "hca2bb57_4" }
|
||||
libzlib = { version = "==1.2.13", build = "h4ab18f5_6" }
|
||||
llvmlite = { version = "==0.44.0", build = "py311hc1e8f15_1" }
|
||||
mafft = { version = "==7.526", build = "h4bc722e_0" }
|
||||
markupsafe = { version = "==3.0.3", build = "py311h3778330_0" }
|
||||
mash = { version = "==2.3", build = "hc74b729_7" }
|
||||
matplotlib-base = { version = "==3.10.1", build = "py311h2b939e6_0" }
|
||||
metis = { version = "==5.1.0", build = "hd0bcaf9_1007" }
|
||||
minced = { version = "==0.4.2", build = "hdfd78af_1" }
|
||||
mkl = { version = "==2023.1.0", build = "h213fc3f_46344" }
|
||||
mmseqs2 = { version = "==16.747c6", build = "pl5321h6a68c12_0" }
|
||||
mpfr = { version = "==4.2.1", build = "h90cbb55_3" }
|
||||
mpi = { version = "==1.0", build = "openmpi" }
|
||||
munkres = { version = "==1.0.7", build = "py_1" }
|
||||
muscle = { version = "==3.8.1551", build = "h9948957_9" }
|
||||
mustang = { version = "==3.2.4", build = "h9948957_0" }
|
||||
narwhals = { version = "==2.6.0", build = "pyhcf101f3_0" }
|
||||
ncbi-vdb = { version = "==3.2.1", build = "h9948957_0" }
|
||||
ncurses = { version = "==6.5", build = "h2d0b736_3" }
|
||||
nettle = { version = "==3.10.1", build = "h4a9d5aa_0" }
|
||||
networkx = { version = "==3.5", build = "pyhe01879c_0" }
|
||||
numba = { version = "==0.61.2", build = "py311h6220fa4_2" }
|
||||
numpy = { version = "==2.2.6", build = "py311h5d046bc_0" }
|
||||
openjdk = { version = "==11.0.1", build = "h516909a_1016" }
|
||||
openjpeg = { version = "==2.5.2", build = "h488ebb8_0" }
|
||||
openmpi = { version = "==4.1.6", build = "hc5af2df_101" }
|
||||
openssl = { version = "==1.1.1w", build = "hd590300_0" }
|
||||
p11-kit = { version = "==0.24.1", build = "hc5aa10d_0" }
|
||||
packaging = { version = "==25.0", build = "pyh29332c3_1" }
|
||||
paml = { version = "==4.10.9", build = "h7b50bb2_1" }
|
||||
panaroo = { version = "==1.5.2", build = "pyhdfd78af_0" }
|
||||
parallel = { version = "==20250822", build = "ha770c72_0" }
|
||||
pasta = { version = "==1.9.2", build = "py311hefa8cab_5" }
|
||||
pcre = { version = "==8.45", build = "h9c3ff4c_0" }
|
||||
pcre2 = { version = "==10.43", build = "hcad00b1_0" }
|
||||
peewee = { version = "==3.17.6", build = "py311h26bb8ec_0" }
|
||||
perl = { version = "==5.32.1", build = "7_hd590300_perl5" }
|
||||
perl-algorithm-diff = { version = "==1.1903", build = "pl5321hdfd78af_3" }
|
||||
perl-archive-tar = { version = "==3.4", build = "pl5321hdfd78af_0" }
|
||||
perl-b-cow = { version = "==0.7", build = "pl5321hb9d3cd8_1" }
|
||||
perl-base = { version = "==2.23", build = "pl5321hdfd78af_2" }
|
||||
perl-bio-asn1-entrezgene = { version = "==1.73", build = "pl5321hdfd78af_3" }
|
||||
perl-bio-coordinate = { version = "==1.7001", build = "pl5321hdfd78af_3" }
|
||||
perl-bio-featureio = { version = "==1.6.905", build = "pl5321hdfd78af_4" }
|
||||
perl-bio-samtools = { version = "==1.43", build = "pl5321he4a0461_4" }
|
||||
perl-bio-searchio-hmmer = { version = "==1.7.3", build = "pl5321hdfd78af_0" }
|
||||
perl-bio-tools-phylo-paml = { version = "==1.7.3", build = "pl5321hdfd78af_3" }
|
||||
perl-bio-tools-run-alignment-clustalw = { version = "==1.7.4", build = "pl5321hdfd78af_3" }
|
||||
perl-bio-tools-run-alignment-tcoffee = { version = "==1.7.4", build = "pl5321hdfd78af_5" }
|
||||
perl-bioperl = { version = "==1.7.8", build = "hdfd78af_1" }
|
||||
perl-bioperl-core = { version = "==1.7.8", build = "pl5321hdfd78af_1" }
|
||||
perl-bioperl-run = { version = "==1.7003", build = "pl5321hdfd78af_0" }
|
||||
perl-business-isbn = { version = "==3.7", build = "pl5321hdfd78af_0" }
|
||||
perl-business-isbn-data = { version = "==20210112.6", build = "pl5321hdfd78af_0" }
|
||||
perl-capture-tiny = { version = "==0.48", build = "pl5321hdfd78af_2" }
|
||||
perl-carp = { version = "==1.38", build = "pl5321hdfd78af_4" }
|
||||
perl-class-data-inheritable = { version = "==0.9", build = "pl5321hdfd78af_0" }
|
||||
perl-clone = { version = "==0.46", build = "pl5321hec16e2b_0" }
|
||||
perl-common-sense = { version = "==3.75", build = "pl5321hdfd78af_0" }
|
||||
perl-compress-raw-bzip2 = { version = "==2.201", build = "pl5321h87f3376_1" }
|
||||
perl-compress-raw-zlib = { version = "==2.105", build = "pl5321h87f3376_0" }
|
||||
perl-constant = { version = "==1.33", build = "pl5321hdfd78af_2" }
|
||||
perl-data-dump = { version = "==1.25", build = "pl5321h7b50bb2_2" }
|
||||
perl-data-dumper = { version = "==2.183", build = "pl5321hec16e2b_1" }
|
||||
perl-db_file = { version = "==1.858", build = "pl5321hb9d3cd8_0" }
|
||||
perl-devel-stacktrace = { version = "==2.4", build = "pl5321hdfd78af_1" }
|
||||
perl-digest-hmac = { version = "==1.5", build = "pl5321hdfd78af_0" }
|
||||
perl-digest-md5 = { version = "==2.58", build = "pl5321hec16e2b_1" }
|
||||
perl-encode = { version = "==3.19", build = "pl5321hec16e2b_1" }
|
||||
perl-encode-locale = { version = "==1.5", build = "pl5321hdfd78af_7" }
|
||||
perl-exception-class = { version = "==1.45", build = "pl5321hdfd78af_0" }
|
||||
perl-exporter = { version = "==5.72", build = "pl5321hdfd78af_2" }
|
||||
perl-exporter-tiny = { version = "==1.2002", build = "pl5321hdfd78af_0" }
|
||||
perl-extutils-makemaker = { version = "==7.70", build = "pl5321hd8ed1ab_0" }
|
||||
perl-file-listing = { version = "==6.16", build = "pl5321hdfd78af_0" }
|
||||
perl-file-path = { version = "==2.18", build = "pl5321hd8ed1ab_0" }
|
||||
perl-file-slurper = { version = "==0.14", build = "pl5321hdfd78af_0" }
|
||||
perl-file-sort = { version = "==1.1", build = "pl5321hdfd78af_3" }
|
||||
perl-file-spec = { version = "==3.48_1", build = "pl5321hdfd78af_2" }
|
||||
perl-file-temp = { version = "==0.2304", build = "pl5321hd8ed1ab_0" }
|
||||
perl-getopt-long = { version = "==2.58", build = "pl5321hdfd78af_0" }
|
||||
perl-html-parser = { version = "==3.81", build = "pl5321h4ac6f70_1" }
|
||||
perl-html-tagset = { version = "==3.24", build = "pl5321hdfd78af_0" }
|
||||
perl-http-cookiejar-lwp = { version = "==0.14", build = "pl5321hdfd78af_0" }
|
||||
perl-http-cookies = { version = "==6.11", build = "pl5321hdfd78af_0" }
|
||||
perl-http-daemon = { version = "==6.16", build = "pl5321hdfd78af_0" }
|
||||
perl-http-date = { version = "==6.6", build = "pl5321hdfd78af_0" }
|
||||
perl-http-message = { version = "==7.0", build = "pl5321hdfd78af_0" }
|
||||
perl-http-negotiate = { version = "==6.1", build = "pl5321hdfd78af_4" }
|
||||
perl-inc-latest = { version = "==0.500", build = "pl5321ha770c72_0" }
|
||||
perl-io-compress = { version = "==2.201", build = "pl5321h503566f_5" }
|
||||
perl-io-html = { version = "==1.4", build = "pl5321hdfd78af_0" }
|
||||
perl-io-socket-ssl = { version = "==2.74", build = "pl5321hdfd78af_0" }
|
||||
perl-io-string = { version = "==1.8", build = "pl5321hdfd78af_4" }
|
||||
perl-io-tty = { version = "==1.16", build = "pl5321hec16e2b_1" }
|
||||
perl-io-zlib = { version = "==1.15", build = "pl5321hdfd78af_1" }
|
||||
perl-ipc-run = { version = "==20250809.0", build = "pl5321hdfd78af_0" }
|
||||
perl-json = { version = "==4.10", build = "pl5321hdfd78af_1" }
|
||||
perl-json-xs = { version = "==4.4", build = "pl5321h9948957_0" }
|
||||
perl-libwww-perl = { version = "==6.80", build = "pl5321hdfd78af_0" }
|
||||
perl-libxml-perl = { version = "==0.8", build = "pl5321hdfd78af_3" }
|
||||
perl-list-moreutils = { version = "==0.430", build = "pl5321hdfd78af_0" }
|
||||
perl-list-moreutils-xs = { version = "==0.430", build = "pl5321h7b50bb2_5" }
|
||||
perl-lwp-mediatypes = { version = "==6.4", build = "pl5321hdfd78af_1" }
|
||||
perl-lwp-protocol-https = { version = "==6.14", build = "pl5321hdfd78af_1" }
|
||||
perl-mime-base64 = { version = "==3.16", build = "pl5321hec16e2b_2" }
|
||||
perl-module-build = { version = "==0.4234", build = "pl5321ha770c72_1" }
|
||||
perl-module-load = { version = "==0.34", build = "pl5321hdfd78af_0" }
|
||||
perl-mozilla-ca = { version = "==20250602", build = "pl5321hdfd78af_0" }
|
||||
perl-net-http = { version = "==6.24", build = "pl5321hdfd78af_0" }
|
||||
perl-net-ssleay = { version = "==1.92", build = "pl5321h0e0aaa8_1" }
|
||||
perl-ntlm = { version = "==1.9", build = "pl5321hdfd78af_5" }
|
||||
perl-parent = { version = "==0.236", build = "pl5321hdfd78af_2" }
|
||||
perl-pathtools = { version = "==3.75", build = "pl5321hec16e2b_3" }
|
||||
perl-scalar-list-utils = { version = "==1.62", build = "pl5321hec16e2b_1" }
|
||||
perl-socket = { version = "==2.27", build = "pl5321h5c03b87_6" }
|
||||
perl-sub-uplevel = { version = "==0.2800", build = "pl5321hec16e2b_4" }
|
||||
perl-test-deep = { version = "==1.130", build = "pl5321hdfd78af_0" }
|
||||
perl-test-differences = { version = "==0.69", build = "pl5321hdfd78af_0" }
|
||||
perl-test-exception = { version = "==0.43", build = "pl5321hdfd78af_3" }
|
||||
perl-test-most = { version = "==0.38", build = "pl5321hdfd78af_0" }
|
||||
perl-test-needs = { version = "==0.2009", build = "pl5321hdfd78af_0" }
|
||||
perl-test-requiresinternet = { version = "==0.5", build = "pl5321hdfd78af_1" }
|
||||
perl-test-warn = { version = "==0.36", build = "pl5321hdfd78af_2" }
|
||||
perl-text-diff = { version = "==1.45", build = "pl5321hdfd78af_1" }
|
||||
perl-time-local = { version = "==1.35", build = "pl5321hdfd78af_0" }
|
||||
perl-timedate = { version = "==2.33", build = "pl5321hdfd78af_2" }
|
||||
perl-tree-dag_node = { version = "==1.35", build = "pl5321hdfd78af_0" }
|
||||
perl-try-tiny = { version = "==0.31", build = "pl5321hdfd78af_1" }
|
||||
perl-types-serialiser = { version = "==1.1", build = "pl5321hdfd78af_0" }
|
||||
perl-uri = { version = "==5.12", build = "pl5321hdfd78af_0" }
|
||||
perl-url-encode = { version = "==0.3", build = "pl5321h9ee0642_1" }
|
||||
perl-www-robotrules = { version = "==6.2", build = "pl5321hdfd78af_4" }
|
||||
perl-xml-dom = { version = "==1.46", build = "pl5321hdfd78af_1" }
|
||||
perl-xml-dom-xpath = { version = "==0.14", build = "pl5321hdfd78af_2" }
|
||||
perl-xml-namespacesupport = { version = "==1.12", build = "pl5321hdfd78af_1" }
|
||||
perl-xml-parser = { version = "==2.44_1", build = "pl5321hf2e2c51_1004" }
|
||||
perl-xml-regexp = { version = "==0.4", build = "pl5321hdfd78af_3" }
|
||||
perl-xml-sax = { version = "==1.2", build = "pl5321hdfd78af_1" }
|
||||
perl-xml-sax-base = { version = "==1.9", build = "pl5321hdfd78af_1" }
|
||||
perl-xml-sax-expat = { version = "==0.51", build = "pl5321hdfd78af_4" }
|
||||
perl-xml-simple = { version = "==2.25", build = "pl5321hdfd78af_2" }
|
||||
perl-xml-xpathengine = { version = "==0.14", build = "pl5321hdfd78af_3" }
|
||||
phylip = { version = "==3.697", build = "h7b50bb2_3" }
|
||||
pillow = { version = "==10.3.0", build = "py311h18e6fac_0" }
|
||||
pip = { version = "==25.2", build = "pyh8b19718_0" }
|
||||
pixman = { version = "==0.46.4", build = "h54a6638_1" }
|
||||
plotly = { version = "==6.3.0", build = "pyhd8ed1ab_0" }
|
||||
poa = { version = "==2.0", build = "h7b50bb2_6" }
|
||||
prank = { version = "==170427", build = "h9948957_1" }
|
||||
probcons = { version = "==1.12", build = "h8b12597_1" }
|
||||
probconsrna = { version = "==1.10", build = "h9f5acd7_4" }
|
||||
proda = { version = "==1.0", build = "h503566f_7" }
|
||||
prodigal = { version = "==2.6.3", build = "h7b50bb2_10" }
|
||||
prokka = { version = "==1.14.6", build = "pl5321hdfd78af_5" }
|
||||
psutil = { version = "==7.1.3", build = "py311haee01d2_0" }
|
||||
pthread-stubs = { version = "==0.4", build = "hb9d3cd8_1002" }
|
||||
pycparser = { version = "==2.22", build = "pyh29332c3_1" }
|
||||
pyfaidx = { version = "==0.9.0.3", build = "pyhdfd78af_0" }
|
||||
pymongo = { version = "==4.14.1", build = "py311h1ddb823_0" }
|
||||
pyparsing = { version = "==3.2.5", build = "pyhcf101f3_0" }
|
||||
pysocks = { version = "==1.7.1", build = "pyha55dd90_7" }
|
||||
python = { version = "==3.11.0", build = "h10a6764_1_cpython" }
|
||||
python-dateutil = { version = "==2.9.0.post0", build = "pyhe01879c_2" }
|
||||
python-edlib = { version = "==1.3.9.post1", build = "py311he264feb_2" }
|
||||
python-igraph = { version = "==0.10.4", build = "py311hcb6f00c_0" }
|
||||
python_abi = { version = "==3.11", build = "8_cp311" }
|
||||
pyvcf3 = { version = "==1.0.4", build = "py311haab0aaa_0" }
|
||||
qhull = { version = "==2020.2", build = "h434a139_5" }
|
||||
raxml = { version = "==8.2.13", build = "h7b50bb2_3" }
|
||||
readline = { version = "==8.2", build = "h8c095d6_2" }
|
||||
requests = { version = "==2.32.5", build = "pyhd8ed1ab_0" }
|
||||
rpsbproc = { version = "==0.5.0", build = "h6a68c12_1" }
|
||||
sap = { version = "==1.1.3", build = "h7b50bb2_5" }
|
||||
scikit-learn = { version = "==1.7.2", build = "py311hc3e1efb_0" }
|
||||
scipy = { version = "==1.16.2", build = "py311h1e13796_0" }
|
||||
setuptools = { version = "==80.9.0", build = "pyhff2d567_0" }
|
||||
simplejson = { version = "==3.20.2", build = "py311h49ec1c0_0" }
|
||||
six = { version = "==1.17.0", build = "pyhe01879c_1" }
|
||||
sniffio = { version = "==1.3.1", build = "pyhd8ed1ab_1" }
|
||||
sqlite = { version = "==3.46.0", build = "h6d4b2fc_0" }
|
||||
suitesparse = { version = "==5.10.1", build = "h9e50725_1" }
|
||||
t-coffee = { version = "==13.46.1.b8b1e6", build = "pl5321hb2a3317_2" }
|
||||
taxadb = { version = "==0.12.1", build = "pyh5e36f6f_0" }
|
||||
tbb = { version = "==2021.9.0", build = "hf52228f_0" }
|
||||
tbl2asn-forever = { version = "==25.7.2f", build = "h7b50bb2_6" }
|
||||
texttable = { version = "==1.7.0", build = "pyhd8ed1ab_1" }
|
||||
threadpoolctl = { version = "==3.6.0", build = "pyhecae5ae_0" }
|
||||
tk = { version = "==8.6.13", build = "noxft_h4845f30_101" }
|
||||
tmalign = { version = "==20220227", build = "h9948957_0" }
|
||||
tqdm = { version = "==4.67.1", build = "pyhd8ed1ab_1" }
|
||||
tzdata = { version = "==2025b", build = "h78e105d_0" }
|
||||
unicodedata2 = { version = "==16.0.0", build = "py311h49ec1c0_1" }
|
||||
urllib3 = { version = "==2.5.0", build = "pyhd8ed1ab_0" }
|
||||
viennarna = { version = "==2.7.0", build = "py311pl5321h0f867f1_0" }
|
||||
wget = { version = "==1.20.3", build = "ha56f1ee_1" }
|
||||
wheel = { version = "==0.45.1", build = "pyhd8ed1ab_1" }
|
||||
xlsxwriter = { version = "==3.2.9", build = "pyhd8ed1ab_0" }
|
||||
xorg-fixesproto = { version = "==5.0", build = "hb9d3cd8_1003" }
|
||||
xorg-inputproto = { version = "==2.3.2", build = "hb9d3cd8_1003" }
|
||||
xorg-kbproto = { version = "==1.0.7", build = "hb9d3cd8_1003" }
|
||||
xorg-libice = { version = "==1.1.2", build = "hb9d3cd8_0" }
|
||||
xorg-libsm = { version = "==1.2.6", build = "he73a12e_0" }
|
||||
xorg-libx11 = { version = "==1.8.9", build = "h8ee46fc_0" }
|
||||
xorg-libxau = { version = "==1.0.12", build = "hb9d3cd8_0" }
|
||||
xorg-libxdmcp = { version = "==1.1.5", build = "hb9d3cd8_0" }
|
||||
xorg-libxext = { version = "==1.3.4", build = "h0b41bf4_2" }
|
||||
xorg-libxfixes = { version = "==5.0.3", build = "h7f98852_1004" }
|
||||
xorg-libxi = { version = "==1.7.10", build = "h4bc722e_1" }
|
||||
xorg-libxrender = { version = "==0.9.11", build = "hd590300_0" }
|
||||
xorg-libxt = { version = "==1.3.0", build = "hd590300_1" }
|
||||
xorg-libxtst = { version = "==1.2.5", build = "h4bc722e_0" }
|
||||
xorg-recordproto = { version = "==1.14.2", build = "hb9d3cd8_1003" }
|
||||
xorg-renderproto = { version = "==0.11.1", build = "hb9d3cd8_1003" }
|
||||
xorg-xextproto = { version = "==7.3.0", build = "hb9d3cd8_1004" }
|
||||
xorg-xproto = { version = "==7.0.31", build = "hb9d3cd8_1008" }
|
||||
xz = { version = "==5.8.1", build = "hbcc6ac9_2" }
|
||||
xz-gpl-tools = { version = "==5.8.1", build = "hbcc6ac9_2" }
|
||||
xz-tools = { version = "==5.8.1", build = "hb9d3cd8_2" }
|
||||
zipp = { version = "==3.23.0", build = "pyhd8ed1ab_0" }
|
||||
zlib = { version = "==1.2.13", build = "h4ab18f5_6" }
|
||||
zstandard = { version = "==0.23.0", build = "py311h49ec1c0_3" }
|
||||
zstd = { version = "==1.5.6", build = "ha6fb4c9_0" }
|
||||
|
||||
[pypi-dependencies]
|
||||
blessed = "==1.25.0"
|
||||
gpustat = "==1.1.1"
|
||||
nvidia-ml-py = "==13.580.82"
|
||||
wcwidth = "==0.2.14"
|
||||
370
tools/base_prokka/0_genomeAnnotation/prokka.yml
Normal file
370
tools/base_prokka/0_genomeAnnotation/prokka.yml
Normal file
@@ -0,0 +1,370 @@
|
||||
name: prokka
|
||||
channels:
|
||||
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
|
||||
- bioconda
|
||||
- conda-forge
|
||||
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
|
||||
- ursky
|
||||
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
|
||||
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
|
||||
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
|
||||
- defaults
|
||||
dependencies:
|
||||
- _libgcc_mutex=0.1=conda_forge
|
||||
- _openmp_mutex=4.5=2_gnu
|
||||
- alsa-lib=1.2.11=hd590300_1
|
||||
- aragorn=1.2.41=h7b50bb2_5
|
||||
- argcomplete=3.6.2=pyhd8ed1ab_0
|
||||
- argh=0.31.3=pyhd8ed1ab_1
|
||||
- argtable2=2.13=hd590300_1004
|
||||
- aria2=1.23.0=0
|
||||
- arpack=3.7.0=hdefa2d7_2
|
||||
- barrnap=0.9=hdfd78af_4
|
||||
- bedtools=2.31.1=hf5e1c6e_2
|
||||
- biocode=0.12.1=pyhdfd78af_0
|
||||
- biopython=1.85=py311h49ec1c0_2
|
||||
- blast=2.16.0=hc155240_3
|
||||
- blast-legacy=2.2.26=hf7ff83a_5
|
||||
- boost-cpp=1.74.0=h75c5d50_8
|
||||
- brotli=1.1.0=hb03c661_4
|
||||
- brotli-bin=1.1.0=hb03c661_4
|
||||
- brotli-python=1.1.0=py311h1ddb823_4
|
||||
- bzip2=1.0.8=hda65f42_8
|
||||
- c-ares=1.34.5=hb9d3cd8_0
|
||||
- ca-certificates=2025.8.3=hbd8a1cb_0
|
||||
- cairo=1.16.0=hb05425b_5
|
||||
- capnproto=1.0.2=hfc55251_1
|
||||
- cd-hit=4.8.1=h43eeafb_11
|
||||
- certifi=2025.8.3=pyhd8ed1ab_0
|
||||
- cffi=2.0.0=py311h5b438cf_0
|
||||
- charset-normalizer=3.4.3=pyhd8ed1ab_0
|
||||
- clustalo=1.2.4=h503566f_10
|
||||
- clustalw=2.1=h9948957_12
|
||||
- colorama=0.4.6=pyhd8ed1ab_1
|
||||
- consan=1.2=h7b50bb2_7
|
||||
- contourpy=1.3.3=py311hdf67eae_2
|
||||
- curl=7.87.0=h6312ad2_0
|
||||
- cycler=0.12.1=pyhd8ed1ab_1
|
||||
- dendropy=5.0.8=pyhdfd78af_1
|
||||
- dialign-tx=1.0.2=h7b50bb2_8
|
||||
- diamond=2.0.15=hb97b32f_1
|
||||
- dnspython=2.8.0=pyhcf101f3_0
|
||||
- easel=0.49=hb6cb901_3
|
||||
- eggnog-mapper=2.1.13=pyhdfd78af_2
|
||||
- entrez-direct=22.4=he881be0_0
|
||||
- expat=2.7.1=hecca717_0
|
||||
- famsa=2.2.3=h9948957_1
|
||||
- fasttree=2.2.0=h7b50bb2_0
|
||||
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
||||
- font-ttf-inconsolata=3.000=h77eed37_0
|
||||
- font-ttf-source-code-pro=2.038=h77eed37_0
|
||||
- font-ttf-ubuntu=0.83=h77eed37_3
|
||||
- fontconfig=2.14.2=h14ed4e7_0
|
||||
- fonts-conda-ecosystem=1=0
|
||||
- fonts-conda-forge=1=0
|
||||
- fonttools=4.60.1=py311h3778330_0
|
||||
- freetype=2.12.1=h267a509_2
|
||||
- gawk=5.3.1=hcd3d067_0
|
||||
- gffutils=0.13=pyh7cba7a3_0
|
||||
- giflib=5.2.2=hd590300_0
|
||||
- glib=2.80.2=hf974151_0
|
||||
- glib-tools=2.80.2=hb6ce0ca_0
|
||||
- glpk=5.0=h445213a_0
|
||||
- gmp=6.3.0=hac33072_2
|
||||
- gnutls=3.8.9=h86084c0_1
|
||||
- graphite2=1.3.14=hecca717_2
|
||||
- gsl=2.7=he838d99_0
|
||||
- h2=4.3.0=pyhcf101f3_0
|
||||
- harfbuzz=6.0.0=h8e241bc_0
|
||||
- hmmer=3.4=hb6cb901_4
|
||||
- hpack=4.1.0=pyhd8ed1ab_0
|
||||
- hyperframe=6.1.0=pyhd8ed1ab_0
|
||||
- icu=70.1=h27087fc_0
|
||||
- idna=3.10=pyhd8ed1ab_1
|
||||
- importlib-metadata=8.7.0=pyhe01879c_1
|
||||
- infernal=1.1.5=pl5321h7b50bb2_4
|
||||
- intbitset=3.0.2=py311h459d7ec_1
|
||||
- intel-openmp=2023.1.0=hdb19cb5_46306
|
||||
- jinja2=3.1.6=pyhd8ed1ab_0
|
||||
- joblib=1.5.2=pyhd8ed1ab_0
|
||||
- kalign2=2.04=h7b50bb2_8
|
||||
- keyutils=1.6.3=hb9d3cd8_0
|
||||
- kiwisolver=1.4.9=py311h724c32c_1
|
||||
- krb5=1.20.1=hf9c8cef_0
|
||||
- lcms2=2.16=hb7c19ff_0
|
||||
- ld_impl_linux-64=2.44=ha97dd6f_2
|
||||
- lerc=4.0.0=h0aef613_1
|
||||
- libasprintf=0.25.1=h3f43e3d_1
|
||||
- libblas=3.9.0=36_h4a7cf45_openblas
|
||||
- libbrotlicommon=1.1.0=hb03c661_4
|
||||
- libbrotlidec=1.1.0=hb03c661_4
|
||||
- libbrotlienc=1.1.0=hb03c661_4
|
||||
- libcblas=3.9.0=36_h0358290_openblas
|
||||
- libcups=2.3.3=h36d4200_3
|
||||
- libcurl=7.87.0=h6312ad2_0
|
||||
- libdb=6.2.32=h9c3ff4c_0
|
||||
- libdeflate=1.20=hd590300_0
|
||||
- libedit=3.1.20250104=pl5321h7949ede_0
|
||||
- libev=4.33=hd590300_2
|
||||
- libexpat=2.7.1=hecca717_0
|
||||
- libffi=3.4.6=h2dba641_1
|
||||
- libgcc=15.1.0=h767d61c_5
|
||||
- libgcc-ng=15.1.0=h69a702a_5
|
||||
- libgettextpo=0.25.1=h3f43e3d_1
|
||||
- libgfortran=15.1.0=h69a702a_5
|
||||
- libgfortran-ng=15.1.0=h69a702a_5
|
||||
- libgfortran5=15.1.0=hcea5267_5
|
||||
- libglib=2.80.2=hf974151_0
|
||||
- libgomp=15.1.0=h767d61c_5
|
||||
- libhwloc=2.9.1=hd6dc26d_0
|
||||
- libiconv=1.18=h3b78370_2
|
||||
- libidn11=1.34=h1cef754_0
|
||||
- libidn2=2.3.8=ha4ef2c3_0
|
||||
- libjpeg-turbo=3.1.0=hb9d3cd8_0
|
||||
- liblapack=3.9.0=36_h47877c9_openblas
|
||||
- liblzma=5.8.1=hb9d3cd8_2
|
||||
- liblzma-devel=5.8.1=hb9d3cd8_2
|
||||
- libnghttp2=1.51.0=hdcd2b5c_0
|
||||
- libnsl=2.0.1=hb9d3cd8_1
|
||||
- libopenblas=0.3.30=pthreads_h94d23a6_2
|
||||
- libpng=1.6.43=h2797004_0
|
||||
- libsqlite=3.46.0=hde9e2c9_0
|
||||
- libssh2=1.10.0=haa6b8db_3
|
||||
- libstdcxx=15.1.0=h8f9b012_5
|
||||
- libstdcxx-ng=15.1.0=h4852527_5
|
||||
- libtasn1=4.20.0=hb9d3cd8_0
|
||||
- libtiff=4.6.0=h1dd3fc0_3
|
||||
- libunistring=0.9.10=h7f98852_0
|
||||
- libuuid=2.41.2=he9a06e4_0
|
||||
- libwebp-base=1.6.0=hd42ef1d_0
|
||||
- libxcb=1.15=h0b41bf4_0
|
||||
- libxcrypt=4.4.36=hd590300_1
|
||||
- libxml2=2.10.3=hca2bb57_4
|
||||
- libzlib=1.2.13=h4ab18f5_6
|
||||
- llvmlite=0.44.0=py311hc1e8f15_1
|
||||
- mafft=7.526=h4bc722e_0
|
||||
- markupsafe=3.0.3=py311h3778330_0
|
||||
- mash=2.3=hc74b729_7
|
||||
- matplotlib-base=3.10.1=py311h2b939e6_0
|
||||
- metis=5.1.0=hd0bcaf9_1007
|
||||
- minced=0.4.2=hdfd78af_1
|
||||
- mkl=2023.1.0=h213fc3f_46344
|
||||
- mmseqs2=16.747c6=pl5321h6a68c12_0
|
||||
- mpfr=4.2.1=h90cbb55_3
|
||||
- mpi=1.0=openmpi
|
||||
- munkres=1.0.7=py_1
|
||||
- muscle=3.8.1551=h9948957_9
|
||||
- mustang=3.2.4=h9948957_0
|
||||
- narwhals=2.6.0=pyhcf101f3_0
|
||||
- ncbi-vdb=3.2.1=h9948957_0
|
||||
- ncurses=6.5=h2d0b736_3
|
||||
- nettle=3.10.1=h4a9d5aa_0
|
||||
- networkx=3.5=pyhe01879c_0
|
||||
- numba=0.61.2=py311h6220fa4_2
|
||||
- numpy=2.2.6=py311h5d046bc_0
|
||||
- openjdk=11.0.1=h516909a_1016
|
||||
- openjpeg=2.5.2=h488ebb8_0
|
||||
- openmpi=4.1.6=hc5af2df_101
|
||||
- openssl=1.1.1w=hd590300_0
|
||||
- p11-kit=0.24.1=hc5aa10d_0
|
||||
- packaging=25.0=pyh29332c3_1
|
||||
- paml=4.10.9=h7b50bb2_1
|
||||
- panaroo=1.5.2=pyhdfd78af_0
|
||||
- parallel=20250822=ha770c72_0
|
||||
- pasta=1.9.2=py311hefa8cab_5
|
||||
- pcre=8.45=h9c3ff4c_0
|
||||
- pcre2=10.43=hcad00b1_0
|
||||
- peewee=3.17.6=py311h26bb8ec_0
|
||||
- perl=5.32.1=7_hd590300_perl5
|
||||
- perl-algorithm-diff=1.1903=pl5321hdfd78af_3
|
||||
- perl-archive-tar=3.04=pl5321hdfd78af_0
|
||||
- perl-b-cow=0.007=pl5321hb9d3cd8_1
|
||||
- perl-base=2.23=pl5321hdfd78af_2
|
||||
- perl-bio-asn1-entrezgene=1.73=pl5321hdfd78af_3
|
||||
- perl-bio-coordinate=1.007001=pl5321hdfd78af_3
|
||||
- perl-bio-featureio=1.6.905=pl5321hdfd78af_4
|
||||
- perl-bio-samtools=1.43=pl5321he4a0461_4
|
||||
- perl-bio-searchio-hmmer=1.7.3=pl5321hdfd78af_0
|
||||
- perl-bio-tools-phylo-paml=1.7.3=pl5321hdfd78af_3
|
||||
- perl-bio-tools-run-alignment-clustalw=1.7.4=pl5321hdfd78af_3
|
||||
- perl-bio-tools-run-alignment-tcoffee=1.7.4=pl5321hdfd78af_5
|
||||
- perl-bioperl=1.7.8=hdfd78af_1
|
||||
- perl-bioperl-core=1.7.8=pl5321hdfd78af_1
|
||||
- perl-bioperl-run=1.007003=pl5321hdfd78af_0
|
||||
- perl-business-isbn=3.007=pl5321hdfd78af_0
|
||||
- perl-business-isbn-data=20210112.006=pl5321hdfd78af_0
|
||||
- perl-capture-tiny=0.48=pl5321hdfd78af_2
|
||||
- perl-carp=1.38=pl5321hdfd78af_4
|
||||
- perl-class-data-inheritable=0.09=pl5321hdfd78af_0
|
||||
- perl-clone=0.46=pl5321hec16e2b_0
|
||||
- perl-common-sense=3.75=pl5321hdfd78af_0
|
||||
- perl-compress-raw-bzip2=2.201=pl5321h87f3376_1
|
||||
- perl-compress-raw-zlib=2.105=pl5321h87f3376_0
|
||||
- perl-constant=1.33=pl5321hdfd78af_2
|
||||
- perl-data-dump=1.25=pl5321h7b50bb2_2
|
||||
- perl-data-dumper=2.183=pl5321hec16e2b_1
|
||||
- perl-db_file=1.858=pl5321hb9d3cd8_0
|
||||
- perl-devel-stacktrace=2.04=pl5321hdfd78af_1
|
||||
- perl-digest-hmac=1.05=pl5321hdfd78af_0
|
||||
- perl-digest-md5=2.58=pl5321hec16e2b_1
|
||||
- perl-encode=3.19=pl5321hec16e2b_1
|
||||
- perl-encode-locale=1.05=pl5321hdfd78af_7
|
||||
- perl-exception-class=1.45=pl5321hdfd78af_0
|
||||
- perl-exporter=5.72=pl5321hdfd78af_2
|
||||
- perl-exporter-tiny=1.002002=pl5321hdfd78af_0
|
||||
- perl-extutils-makemaker=7.70=pl5321hd8ed1ab_0
|
||||
- perl-file-listing=6.16=pl5321hdfd78af_0
|
||||
- perl-file-path=2.18=pl5321hd8ed1ab_0
|
||||
- perl-file-slurper=0.014=pl5321hdfd78af_0
|
||||
- perl-file-sort=1.01=pl5321hdfd78af_3
|
||||
- perl-file-spec=3.48_01=pl5321hdfd78af_2
|
||||
- perl-file-temp=0.2304=pl5321hd8ed1ab_0
|
||||
- perl-getopt-long=2.58=pl5321hdfd78af_0
|
||||
- perl-html-parser=3.81=pl5321h4ac6f70_1
|
||||
- perl-html-tagset=3.24=pl5321hdfd78af_0
|
||||
- perl-http-cookiejar-lwp=0.014=pl5321hdfd78af_0
|
||||
- perl-http-cookies=6.11=pl5321hdfd78af_0
|
||||
- perl-http-daemon=6.16=pl5321hdfd78af_0
|
||||
- perl-http-date=6.06=pl5321hdfd78af_0
|
||||
- perl-http-message=7.00=pl5321hdfd78af_0
|
||||
- perl-http-negotiate=6.01=pl5321hdfd78af_4
|
||||
- perl-inc-latest=0.500=pl5321ha770c72_0
|
||||
- perl-io-compress=2.201=pl5321h503566f_5
|
||||
- perl-io-html=1.004=pl5321hdfd78af_0
|
||||
- perl-io-socket-ssl=2.074=pl5321hdfd78af_0
|
||||
- perl-io-string=1.08=pl5321hdfd78af_4
|
||||
- perl-io-tty=1.16=pl5321hec16e2b_1
|
||||
- perl-io-zlib=1.15=pl5321hdfd78af_1
|
||||
- perl-ipc-run=20250809.0=pl5321hdfd78af_0
|
||||
- perl-json=4.10=pl5321hdfd78af_1
|
||||
- perl-json-xs=4.04=pl5321h9948957_0
|
||||
- perl-libwww-perl=6.80=pl5321hdfd78af_0
|
||||
- perl-libxml-perl=0.08=pl5321hdfd78af_3
|
||||
- perl-list-moreutils=0.430=pl5321hdfd78af_0
|
||||
- perl-list-moreutils-xs=0.430=pl5321h7b50bb2_5
|
||||
- perl-lwp-mediatypes=6.04=pl5321hdfd78af_1
|
||||
- perl-lwp-protocol-https=6.14=pl5321hdfd78af_1
|
||||
- perl-mime-base64=3.16=pl5321hec16e2b_2
|
||||
- perl-module-build=0.4234=pl5321ha770c72_1
|
||||
- perl-module-load=0.34=pl5321hdfd78af_0
|
||||
- perl-mozilla-ca=20250602=pl5321hdfd78af_0
|
||||
- perl-net-http=6.24=pl5321hdfd78af_0
|
||||
- perl-net-ssleay=1.92=pl5321h0e0aaa8_1
|
||||
- perl-ntlm=1.09=pl5321hdfd78af_5
|
||||
- perl-parent=0.236=pl5321hdfd78af_2
|
||||
- perl-pathtools=3.75=pl5321hec16e2b_3
|
||||
- perl-scalar-list-utils=1.62=pl5321hec16e2b_1
|
||||
- perl-socket=2.027=pl5321h5c03b87_6
|
||||
- perl-sub-uplevel=0.2800=pl5321hec16e2b_4
|
||||
- perl-test-deep=1.130=pl5321hdfd78af_0
|
||||
- perl-test-differences=0.69=pl5321hdfd78af_0
|
||||
- perl-test-exception=0.43=pl5321hdfd78af_3
|
||||
- perl-test-most=0.38=pl5321hdfd78af_0
|
||||
- perl-test-needs=0.002009=pl5321hdfd78af_0
|
||||
- perl-test-requiresinternet=0.05=pl5321hdfd78af_1
|
||||
- perl-test-warn=0.36=pl5321hdfd78af_2
|
||||
- perl-text-diff=1.45=pl5321hdfd78af_1
|
||||
- perl-time-local=1.35=pl5321hdfd78af_0
|
||||
- perl-timedate=2.33=pl5321hdfd78af_2
|
||||
- perl-tree-dag_node=1.35=pl5321hdfd78af_0
|
||||
- perl-try-tiny=0.31=pl5321hdfd78af_1
|
||||
- perl-types-serialiser=1.01=pl5321hdfd78af_0
|
||||
- perl-uri=5.12=pl5321hdfd78af_0
|
||||
- perl-url-encode=0.03=pl5321h9ee0642_1
|
||||
- perl-www-robotrules=6.02=pl5321hdfd78af_4
|
||||
- perl-xml-dom=1.46=pl5321hdfd78af_1
|
||||
- perl-xml-dom-xpath=0.14=pl5321hdfd78af_2
|
||||
- perl-xml-namespacesupport=1.12=pl5321hdfd78af_1
|
||||
- perl-xml-parser=2.44_01=pl5321hf2e2c51_1004
|
||||
- perl-xml-regexp=0.04=pl5321hdfd78af_3
|
||||
- perl-xml-sax=1.02=pl5321hdfd78af_1
|
||||
- perl-xml-sax-base=1.09=pl5321hdfd78af_1
|
||||
- perl-xml-sax-expat=0.51=pl5321hdfd78af_4
|
||||
- perl-xml-simple=2.25=pl5321hdfd78af_2
|
||||
- perl-xml-xpathengine=0.14=pl5321hdfd78af_3
|
||||
- phylip=3.697=h7b50bb2_3
|
||||
- pillow=10.3.0=py311h18e6fac_0
|
||||
- pip=25.2=pyh8b19718_0
|
||||
- pixman=0.46.4=h54a6638_1
|
||||
- plotly=6.3.0=pyhd8ed1ab_0
|
||||
- poa=2.0=h7b50bb2_6
|
||||
- prank=170427=h9948957_1
|
||||
- probcons=1.12=h8b12597_1
|
||||
- probconsrna=1.10=h9f5acd7_4
|
||||
- proda=1.0=h503566f_7
|
||||
- prodigal=2.6.3=h7b50bb2_10
|
||||
- prokka=1.14.6=pl5321hdfd78af_5
|
||||
- psutil=7.1.3=py311haee01d2_0
|
||||
- pthread-stubs=0.4=hb9d3cd8_1002
|
||||
- pycparser=2.22=pyh29332c3_1
|
||||
- pyfaidx=0.9.0.3=pyhdfd78af_0
|
||||
- pymongo=4.14.1=py311h1ddb823_0
|
||||
- pyparsing=3.2.5=pyhcf101f3_0
|
||||
- pysocks=1.7.1=pyha55dd90_7
|
||||
- python=3.11.0=h10a6764_1_cpython
|
||||
- python-dateutil=2.9.0.post0=pyhe01879c_2
|
||||
- python-edlib=1.3.9.post1=py311he264feb_2
|
||||
- python-igraph=0.10.4=py311hcb6f00c_0
|
||||
- python_abi=3.11=8_cp311
|
||||
- pyvcf3=1.0.4=py311haab0aaa_0
|
||||
- qhull=2020.2=h434a139_5
|
||||
- raxml=8.2.13=h7b50bb2_3
|
||||
- readline=8.2=h8c095d6_2
|
||||
- requests=2.32.5=pyhd8ed1ab_0
|
||||
- rpsbproc=0.5.0=h6a68c12_1
|
||||
- sap=1.1.3=h7b50bb2_5
|
||||
- scikit-learn=1.7.2=py311hc3e1efb_0
|
||||
- scipy=1.16.2=py311h1e13796_0
|
||||
- setuptools=80.9.0=pyhff2d567_0
|
||||
- simplejson=3.20.2=py311h49ec1c0_0
|
||||
- six=1.17.0=pyhe01879c_1
|
||||
- sniffio=1.3.1=pyhd8ed1ab_1
|
||||
- sqlite=3.46.0=h6d4b2fc_0
|
||||
- suitesparse=5.10.1=h9e50725_1
|
||||
- t-coffee=13.46.1.b8b01e06=pl5321hb2a3317_2
|
||||
- taxadb=0.12.1=pyh5e36f6f_0
|
||||
- tbb=2021.9.0=hf52228f_0
|
||||
- tbl2asn-forever=25.7.2f=h7b50bb2_6
|
||||
- texttable=1.7.0=pyhd8ed1ab_1
|
||||
- threadpoolctl=3.6.0=pyhecae5ae_0
|
||||
- tk=8.6.13=noxft_h4845f30_101
|
||||
- tmalign=20220227=h9948957_0
|
||||
- tqdm=4.67.1=pyhd8ed1ab_1
|
||||
- tzdata=2025b=h78e105d_0
|
||||
- unicodedata2=16.0.0=py311h49ec1c0_1
|
||||
- urllib3=2.5.0=pyhd8ed1ab_0
|
||||
- viennarna=2.7.0=py311pl5321h0f867f1_0
|
||||
- wget=1.20.3=ha56f1ee_1
|
||||
- wheel=0.45.1=pyhd8ed1ab_1
|
||||
- xlsxwriter=3.2.9=pyhd8ed1ab_0
|
||||
- xorg-fixesproto=5.0=hb9d3cd8_1003
|
||||
- xorg-inputproto=2.3.2=hb9d3cd8_1003
|
||||
- xorg-kbproto=1.0.7=hb9d3cd8_1003
|
||||
- xorg-libice=1.1.2=hb9d3cd8_0
|
||||
- xorg-libsm=1.2.6=he73a12e_0
|
||||
- xorg-libx11=1.8.9=h8ee46fc_0
|
||||
- xorg-libxau=1.0.12=hb9d3cd8_0
|
||||
- xorg-libxdmcp=1.1.5=hb9d3cd8_0
|
||||
- xorg-libxext=1.3.4=h0b41bf4_2
|
||||
- xorg-libxfixes=5.0.3=h7f98852_1004
|
||||
- xorg-libxi=1.7.10=h4bc722e_1
|
||||
- xorg-libxrender=0.9.11=hd590300_0
|
||||
- xorg-libxt=1.3.0=hd590300_1
|
||||
- xorg-libxtst=1.2.5=h4bc722e_0
|
||||
- xorg-recordproto=1.14.2=hb9d3cd8_1003
|
||||
- xorg-renderproto=0.11.1=hb9d3cd8_1003
|
||||
- xorg-xextproto=7.3.0=hb9d3cd8_1004
|
||||
- xorg-xproto=7.0.31=hb9d3cd8_1008
|
||||
- xz=5.8.1=hbcc6ac9_2
|
||||
- xz-gpl-tools=5.8.1=hbcc6ac9_2
|
||||
- xz-tools=5.8.1=hb9d3cd8_2
|
||||
- zipp=3.23.0=pyhd8ed1ab_0
|
||||
- zlib=1.2.13=h4ab18f5_6
|
||||
- zstandard=0.23.0=py311h49ec1c0_3
|
||||
- zstd=1.5.6=ha6fb4c9_0
|
||||
- pip:
|
||||
- blessed==1.25.0
|
||||
- gpustat==1.1.1
|
||||
- nvidia-ml-py==13.580.82
|
||||
- wcwidth==0.2.14
|
||||
prefix: /home/gzy/miniforge3/envs/prokka
|
||||
3
tools/base_prokka/README.md
Normal file
3
tools/base_prokka/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
prokka 这个环境,是进行基因组注释的,这是进行原核生物分析的第一步,运行这个后,会得到相应的基因注释文件;
|
||||
后续的crispr鉴定,需要输入的文件有gff、faa文件,这些文件是从prokka的运行得到的;
|
||||
后面bgc的鉴定,也需要prokka的结果文件。
|
||||
1194
tools/base_prokka/data/20141126CLLT035.renamed.fasta
Normal file
1194
tools/base_prokka/data/20141126CLLT035.renamed.fasta
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user