Skip to content

Commit

Permalink
Update bakta to 1.10.1 (#52139)
Browse files Browse the repository at this point in the history
* Update bakta to 1.10.1

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 16, 2024
1 parent a8562c2 commit fda03dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/bakta/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.10.0" %}
{% set version = "1.10.1" %}

package:
name: bakta
version: '{{ version }}'

source:
url: https://github.com/oschwengers/bakta/archive/v{{ version }}.tar.gz
sha256: '78f98ead47b45ad5fe66a41be369be72cac36dff6d68073d285c568dc860be98'
sha256: '4a13b7362dd46d44edc175956afda2478122b48bfef4fb9581c198b35fd36296'

build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
entry_points:
- bakta = bakta.main:main
- bakta_proteins = bakta.proteins:main
Expand All @@ -23,10 +23,10 @@ build:

requirements:
host:
- python >=3.9, <3.12
- python >=3.9,<3.12
- pip
run:
- python >=3.9, <3.12
- python >=3.9,<3.12
- biopython >=1.78
- xopen >=1.5.0
- requests >=2.25.1
Expand Down Expand Up @@ -58,8 +58,8 @@ test:

about:
home: https://github.com/oschwengers/bakta
license: GPLv3
license_family: GPL
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE
summary: Rapid & standardized annotation of bacterial genomes, MAGs & plasmids.
dev_url: https://github.com/oschwengers/bakta
Expand Down

0 comments on commit fda03dd

Please sign in to comment.