diff --git a/ectyper/__init__.py b/ectyper/__init__.py index de51cef..9dd91d7 100644 --- a/ectyper/__init__.py +++ b/ectyper/__init__.py @@ -1 +1 @@ -__version__ = "0.5.3" \ No newline at end of file +__version__ = "0.5.4" \ No newline at end of file diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 85c5b08..6cf9202 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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: diff --git a/recipe/meta_bioconda.yaml b/recipe/meta_bioconda.yaml new file mode 100644 index 0000000..e75d44b --- /dev/null +++ b/recipe/meta_bioconda.yaml @@ -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" + + +