Commit a94704fd authored by Valentina Galata's avatar Valentina Galata
Browse files

conda yaml fix in rules/Universal/Combine_PathoFact

parent 943101e6
...@@ -16,7 +16,7 @@ rule combine_PathoFact: ...@@ -16,7 +16,7 @@ rule combine_PathoFact:
log: log:
"{OUTDIR}/{project}/PathoFact_{input_file}_predictions.log" "{OUTDIR}/{project}/PathoFact_{input_file}_predictions.log"
conda: conda:
"../../envs/renv.yaml" "../../envs/R.yaml"
message: message:
"PathoFact/Combine: {wildcards.input_file}" "PathoFact/Combine: {wildcards.input_file}"
script: script:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment