Skip to content

Commit

Permalink
fix: restrict bwa wrappers' picard installation to picard-slim (e.g. …
Browse files Browse the repository at this point in the history
…removes r-base dependency) (#484)

* restrict bwa wrappers' picard installation to picard-slim (e.g. removes r-base dependency)

* update picard-slim deps to latest minor and unpin patch version
  • Loading branch information
dlaehnemann committed May 5, 2022
1 parent dd8c066 commit bd3cdbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bio/bwa-mem2/mem/environment.yaml
Expand Up @@ -5,4 +5,4 @@ channels:
dependencies:
- bwa-mem2 ==2.2.1
- samtools ==1.12
- picard ==2.23
- picard-slim =2.27
2 changes: 1 addition & 1 deletion bio/bwa/mem/environment.yaml
Expand Up @@ -5,4 +5,4 @@ channels:
dependencies:
- bwa ==0.7.17
- samtools =1.12
- picard =2.25
- picard-slim =2.27
2 changes: 1 addition & 1 deletion bio/bwa/sampe/environment.yaml
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- bwa ==0.7.17
- samtools ==1.9
- picard ==2.20.1
- picard-slim =2.27
2 changes: 1 addition & 1 deletion bio/bwa/samse/environment.yaml
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- bwa ==0.7.17
- samtools ==1.9
- picard ==2.20.1
- picard-slim =2.27
2 changes: 1 addition & 1 deletion bio/bwa/samxe/environment.yaml
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- bwa ==0.7.17
- samtools ==1.9
- picard ==2.20.1
- picard-slim =2.27

0 comments on commit bd3cdbc

Please sign in to comment.