Skip to content

Commit

Permalink
Update pharokka to 1.5.0 (bioconda#43183)
Browse files Browse the repository at this point in the history
* Update pharokka to 1.5.0

* Update meta.yaml

update pyrodigal and dnaapler  to support pyrodigal v3

* Update meta.yaml

* pip arguments for `pyrodigal-gv`

* Update meta.yaml to get `pyrodigal-gv` to work x2

* Update meta.yaml

* Update meta.yaml with `prodigal_gv` manually in build script

* Update meta.yaml spell `pyrodigal-gv` properly

* edit dependencies

---------

Co-authored-by: George Bouras <[email protected]>
Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2023
1 parent 47b6d73 commit f8d2c8e
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions recipes/pharokka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.4.1" %}
{% set version = "1.5.0" %}
{% set name = "pharokka" %}
{% set sha256 = "6184c11ddf83f38388d3aff6c39ac3a2bc8e8385bb9da41d04392f049319a20a" %}
{% set sha256 = "afb5d8ac68f1d1d48b0280096018c3c31eb6c4ed07d0a5ee78e7ff19c651a5da" %}
{% set user = "gbouras13" %}

package:
Expand All @@ -10,7 +10,7 @@ package:
build:
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .
script: "{{ PYTHON }} -m pip install . --no-build-isolation --use-pep517 --no-deps -vvv"
run_exports:
- {{ pin_subpackage('pharokka', max_pin='x') }}

Expand All @@ -19,24 +19,32 @@ source:
sha256: {{ sha256 }}

requirements:
host:
- python
- pip
run:
- bcbio-gff >=0.7.0
- biopython >=1.78
- phanotate >=1.5.0
- mmseqs2 ==13.45111
- trnascan-se >=2.0.9
- minced >=0.4.2
- aragorn >=1.2.41
- mash >=2.2
- dnaapler >=0.3.0
- pyrodigal >=2.0.1
- pycirclize >=0.3.1
- alive-progress >=3.0.1
- requests >=2.25.1
- pyhmmer >=0.10.0
host:
- python >=3.5
- pip
run:
- python >=3.5
- bcbio-gff >=0.7.0
- biopython >=1.78
- phanotate >=1.5.0
- mmseqs2 ==13.45111
- trnascan-se >=2.0.9
- minced >=0.4.2
- aragorn >=1.2.41
- mash >=2.2
- dnaapler >=0.3.2
- pyrodigal >=3.0.0
- pyrodigal-gv >=0.2.0
- pycirclize >=0.3.1
- alive-progress >=3.0.1
- requests >=2.25.1
- pyhmmer >=0.10.0
- loguru >=0.5.4
- pyyaml >=6.0
- black >=22.3.0
- isort >=5.10.1
- pytest >=6.2.5
- pytest-cov >=3.0.0

test:
commands:
Expand All @@ -47,6 +55,7 @@ test:
about:
home: https://github.com/gbouras13/pharokka
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Fast Phage Annotation Program"
dev_url: https://github.com/gbouras13/pharokka
Expand Down

0 comments on commit f8d2c8e

Please sign in to comment.