Update KaKs workflow config
This commit is contained in:
parent
6371ed0086
commit
33e898da2e
|
@ -0,0 +1,26 @@
|
||||||
|
params {
|
||||||
|
families = "${baseDir}/../../tmp/Glycine_max_Blastp_filtered_coverage30_identity30.mcl.tsv"
|
||||||
|
proteome = "${baseDir}/../../tmp/proteome_filtered.fa"
|
||||||
|
cds = "${baseDir}/../../../data/Glycine_max.Glycine_max_v2.1.cds.all.fa.gz"
|
||||||
|
species = "Glycine_max"
|
||||||
|
results = "results"
|
||||||
|
}
|
||||||
|
|
||||||
|
profiles {
|
||||||
|
|
||||||
|
conda {
|
||||||
|
conda.enabled = true
|
||||||
|
|
||||||
|
process {
|
||||||
|
withLabel: paml {
|
||||||
|
conda = "$baseDir/conda/paml.yaml"
|
||||||
|
}
|
||||||
|
withLabel: pal2nal {
|
||||||
|
conda = "$baseDir/conda/pal2nal.yaml"
|
||||||
|
}
|
||||||
|
withLabel: clustalw {
|
||||||
|
conda = "$baseDir/conda/clustalw.yaml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue