Skip to content

Commit

Permalink
Update adapterremoval to 2.3.0 (bioconda#15804)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/adapterremoval:2.3.0--hf3e9acd_0
 - linux-64/adapterremoval-2.3.0-hf3e9acd_0.tar.bz2
 - osx-64/adapterremoval-2.3.0-h7555bd1_0.tar.bz2

Co-authored-by: Andreas Sjödin <[email protected]>
  • Loading branch information
2 people authored and kpalin committed Aug 7, 2019
1 parent 59b1bc1 commit e5f5d96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/adapterremoval/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.2.2" %}
{% set sha256 = "99832546428a1e9463a565fa726844a0559828bda9428b2b51ef6b3558079b67" %}
{% set version = "2.3.0" %}
{% set sha256 = "626fbe59e49a434f6c835339986b9cf034d4dab3145ff16cb4df9f244bed0b97" %}

package:
name: adapterremoval
Expand All @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 4
number: 0

requirements:
build:
Expand All @@ -24,12 +24,12 @@ requirements:
- zlib
- bzip2


test:
commands:
- AdapterRemoval -h

about:
home: https://github.com/MikkelSchubert/adapterremoval
license: GPL3
license_file: LICENSE
summary: The AdapterRemoval v2 tool for merging and clipping reads.

0 comments on commit e5f5d96

Please sign in to comment.