Skip to content

Commit

Permalink
chore: bumping versions of dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Aug 25, 2023
1 parent c156f7f commit 2a5e76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ rule all:
f"output/full/annonars/cons-grch37-{DV.ucsc_cons_37}+{PV.annonars}/rocksdb/IDENTITY",
f"output/full/annonars/cons-grch38-{DV.ucsc_cons_38}+{PV.annonars}/rocksdb/IDENTITY",
# ----- genes
f"output/full/annonars/genes-{DV.acmg_sf}+{DV.gnomad_constraints}+{DV.dbnsfp}+{DV.today}+{PV.worker}/rocksdb/IDENTITY",
f"output/full/annonars/genes-{DV.acmg_sf}+{DV.gnomad_constraints}+{DV.dbnsfp}+{DV.today}+{PV.annonars}/rocksdb/IDENTITY",
# -- worker data
f"output/full/worker/genes-regions-grch37-{DV.refseq_37}+{PV.worker}/refseq_genes.bin",
f"output/full/worker/genes-regions-grch37-{DV.ensembl_37}+{PV.worker}/ensembl_genes.bin",
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies:
# Parallel (de)compression.
- pigz
# Varfish related
- annonars =0.12.7
- annonars =0.14.1
- viguno =0.1.6
- mehari =0.5.7
- varfish-server-worker =0.8.0
- mehari =0.6.2
- varfish-server-worker =0.10.1
# S3 uploads
- s5cmd =2.1.0

0 comments on commit 2a5e76a

Please sign in to comment.