Skip to content

Commit

Permalink
adding env
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Feb 27, 2024
1 parent ca850db commit 55d6a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/hifi_prep.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
{{
Expand Down

0 comments on commit 55d6a1d

Please sign in to comment.