22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
params {
|
|
proteome = "${baseDir}/../../data/Glycine_max.Glycine_max_v2.1.pep.all.fa.gz"
|
|
species = "Glycine_max"
|
|
results = "results"
|
|
}
|
|
|
|
profiles {
|
|
|
|
conda {
|
|
conda.enabled = true
|
|
|
|
process {
|
|
withLabel: blast {
|
|
conda = "$baseDir/conda/blast.yml"
|
|
}
|
|
withLabel: mcl {
|
|
conda = "$baseDir/conda/mcl.yml"
|
|
}
|
|
}
|
|
}
|
|
}
|