Skip to content

Commit

Permalink
feat: upgrade BiG-SCAPE version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 3, 2024
1 parent 42533e9 commit 5cf8be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/envs/bigscape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.6
- dataclasses
- hmmer
- biopython
- biopython=1.70
- fasttree
- numpy
- scipy
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/bigscape.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule install_bigscape:
log:
"logs/bigscape/bigscape-install_bigscape.log",
params:
release="1.1.5",
release="1.1.9",
shell:
"""
(cd resources && wget https://github.com/medema-group/BiG-SCAPE/archive/refs/tags/v{params.release}.zip) &>> {log}
Expand Down

0 comments on commit 5cf8be8

Please sign in to comment.