- Add filter to skip .zip and .tar.gz files when creating result archive - Update CRISPR feature with CASFinder dependencies (hmmer, blast, vmatch, etc.) - Add install-casfinder task for macsydata installation - Remove obsolete CRISPR test files Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
738 B
TOML
31 lines
738 B
TOML
[workspace]
|
|
authors = ["zly <644706215@qq.com>"]
|
|
channels = ["https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda", "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main"]
|
|
name = "crispr_cas_analysis"
|
|
platforms = ["linux-64"]
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
python = ">=3.10"
|
|
wget = "*"
|
|
curl = "*"
|
|
git = "*"
|
|
java-jdk = "*"
|
|
parallel = "*"
|
|
perl-app-cpanminus = "*"
|
|
hmmer = "*"
|
|
emboss = "*"
|
|
blast = "*"
|
|
perl-bioperl-core = "*"
|
|
perl-xml-simple = "*"
|
|
perl-digest-md5 = "*"
|
|
vmatch = "*"
|
|
muscle = "*"
|
|
prodigal = "*"
|
|
mamba = "*"
|
|
macsyfinder = "==2.1.2"
|
|
|
|
[tasks]
|
|
install-casfinder = "macsydata install -u CASFinder==3.1.0"
|
|
detect = "python scripts/detect_crispr.py"
|