From 55d6a1da329af05e7c142a1414dd9da819a059a6 Mon Sep 17 00:00:00 2001 From: LiaOb21 Date: Tue, 27 Feb 2024 21:42:11 +0000 Subject: [PATCH] adding env --- workflow/rules/hifi_prep.smk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow/rules/hifi_prep.smk b/workflow/rules/hifi_prep.smk index bd3a584..9a0a076 100644 --- a/workflow/rules/hifi_prep.smk +++ b/workflow/rules/hifi_prep.smk @@ -13,6 +13,8 @@ rule hifi_prep: num_files = len(glob.glob(config["hifi_path"] + "*.fastq.gz")) log: "logs/hifi_prep.log" + conda: + "../envs/basic.yaml" shell: """ {{