- Moved bttoxin_digger_v5_repro to tools/reproduction/bttoxin_digger - Updated docker-compose.yml to point to the new location - This declutters the root directory while preserving the reproduction environment
14 lines
316 B
TOML
14 lines
316 B
TOML
[workspace]
|
|
name = "bttoxin_digger_v5_repro"
|
|
channels = ["bioconda", "conda-forge", "bioconda/label/cf201901"]
|
|
platforms = ["linux-64"]
|
|
version = "0.1.0"
|
|
channel-priority = "disabled"
|
|
|
|
[dependencies]
|
|
bttoxin_digger = "==1.0.10"
|
|
perl = "==5.26.2"
|
|
perl-file-tee = "==0.07"
|
|
perl-list-util = "==1.38"
|
|
blast = "==2.16.0"
|