Skip to content

Commit

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

* update Bakta dependencies and tests

* reset build number

---------

Co-authored-by: Oliver Schwengers <[email protected]>
  • Loading branch information
BiocondaBot and oschwengers authored Nov 14, 2024
1 parent b013559 commit 5d8fb36
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions recipes/bakta/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.9.4" %}
{% set version = "1.10.0" %}

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

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

build:
noarch: python
Expand All @@ -17,38 +17,42 @@ build:
- bakta_proteins = bakta.proteins:main
- bakta_db = bakta.db:main
- bakta_plot = bakta.plot:main
- bakta_io = bakta.json_io:main
run_exports:
- {{ pin_subpackage('bakta', max_pin='x.x') }}

requirements:
host:
- python >=3.8, <3.11
- python >=3.9, <3.12
- pip
run:
- python >=3.8, <3.11
- python >=3.9, <3.12
- biopython >=1.78
- xopen >=1.5.0
- requests >=2.25.1
- alive-progress ==3.0.1
- pyyaml >=6.0
- pyrodigal >=3.1.0
- pyrodigal >=3.5.0
- trnascan-se >=2.0.11
- aragorn >=1.2.41
- infernal >=1.1.4
- piler-cr
- pyhmmer >=0.10.4
- diamond ==2.1.8
- pyhmmer >=0.10.15
- diamond >=2.1.10
- blast >=2.14.0
- ncbi-amrfinderplus >=3.11.26
- circos >=0.69.8
- ncbi-amrfinderplus >=4.0.3
- pycirclize >=1.7.0

test:
import:
- Bio.SeqIO
- xopen.xopen
- pyrodigal
- requests
- alive_progress
- pyyaml
- pyrodigal
- pyhmmer
- pycirclize
commands:
- bakta --help

Expand Down

0 comments on commit 5d8fb36

Please sign in to comment.