Skip to content

Commit

Permalink
Merge pull request #59 from phac-nml/allele
Browse files Browse the repository at this point in the history
Allele
  • Loading branch information
chadlaing authored Jul 5, 2018
2 parents e7cec06 + f73fea1 commit 3988788
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ectyper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.5.4"
17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ build:
requirements:
build:
- python >=3.5
- skip: True # [not py35]

run:
- python >=3.5
- pytest >=3.5
- pandas >=0.23
- samtools >=1.7
- bowtie2 >=2.3
- mash >=2.0
- bcftools >=1.7
- biopython >=1.69
- blast >=2.2.31
- seqtk >=1.2
- pandas 0.23.1.*
- samtools 1.8.*
- bowtie2 2.3.4.1.*
- mash 2.0.*
- bcftools 1.8.*
- biopython 1.70.*
- blast 2.7.1.*
- seqtk 1.2.*

test:
import:
Expand Down
44 changes: 44 additions & 0 deletions recipe/meta_bioconda.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "0.5.4" %}

about:
license: Apache 2
summary: ECtyper is a python program for serotyping E. coli genomes
author: Chad Laing, Camille La Rose, Sam Sung
home: https://github.com/phac-nml/ecoli_serotyping

package:
name: ectyper
version: {{ version }}

source:
url: https://github.com/phac-nml/ecoli_serotyping/archive/v{{ version }}.tar.gz
sha256: 6c721eab0b16e20c757a3476014fb4c3270b69509013b18fe882693fee0a73d7

build:
number: 2
script: python setup.py install

requirements:
build:
- python >=3.5

run:
- python >=3.5
- pytest >=3.5
- pandas 0.23.1.*
- samtools 1.8.*
- bowtie2 2.3.4.1.*
- mash 2.0.*
- bcftools 1.8.*
- biopython 1.70.*
- blast 2.7.1.*
- seqtk 1.2.*

test:
import:
- ectyper
test:
- "ectyper --help"



0 comments on commit 3988788

Please sign in to comment.