Skip to content

Commit

Permalink
fix: add extract gisaid env (#235)
Browse files Browse the repository at this point in the history
* Add pandas.env

* Add pandas.env to rule
  • Loading branch information
AKBrueggemann authored Sep 8, 2021
1 parent 042d0c0 commit 2b94752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow/envs/pandas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channels:
- conda-forge
dependencies:
- pandas =1.3
2 changes: 2 additions & 0 deletions workflow/rules/strain_calling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ checkpoint extract_strain_genomes_from_gisaid:
save_strains_to=lambda wildcards: config["strain-calling"][
"extracted-strain-genomes"
],
conda:
"../envs/pandas.yaml"
script:
"../scripts/extract-strains-from-gisaid-provision.py"

Expand Down

0 comments on commit 2b94752

Please # to comment.