Skip to content

Commit

Permalink
Update shovill to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Aug 4, 2018
1 parent 98f1d29 commit cfcdfa0
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions recipes/shovill/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.9.0" %}
{% set version = "1.0.0" %}
{% set name = "shovill" %}

package:
Expand All @@ -9,31 +9,34 @@ build:
number: 1

source:
url: https://github.com/tseemann/shovill/archive/v{{ version }}.tar.gz
sha256: 0a428609ec39661eb4af417d24e1a5d4cfe5cbc120f7999914c19406fddd41cd
url: https://github.com/tseemann/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 9da5d0c6c7024f04bd70b4ffb593a3afec99a68d0426c07937478e08383a7cb8

requirements:
run:
- perl
- perl-time-piece
- perl-file-spec
- perl-findbin
- unzip
- lighter
- lighter >=1.1
- bwa
- kmc >=2
- flash
- mash >=2
- flash >=1.2
- pilon >=1.22
- seqtk
- trimmomatic
- spades
- seqtk >=1.3
- skesa >=2.2
- megahit >=1.1
- velvet >=1.2.10
- samclip >=0.2
- trimmomatic >=0.36
- spades >=3.12
- pigz
- samtools >=1.3
- samtools >=1.8

test:
commands:
- "shovill --help"
- "shovill --version"
- "shovill --check"

about:
home: https://github.com/tseemann/shovill
Expand Down

0 comments on commit cfcdfa0

Please sign in to comment.