Skip to content

Commit

Permalink
Update to version 0.1.21 (#48969)
Browse files Browse the repository at this point in the history
* Release of version 0.1.20

* Use SPDX value for the license

* Update to 0.1.21

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
  • Loading branch information
AntonS-bio and martin-g committed Jul 5, 2024
1 parent aceaa32 commit 7b21fc9
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions recipes/handyreadgenotyper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
{% set name = "HandyReadGenotyper" %}
{% set version = "0.1.20" %}
{% set version = "0.1.21" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/AntonS-bio/HandyReadGenotyper/archive/{{ version }}.tar.gz
sha256: 7e20556165a279f28f5862f38ef681d71b2a6176c72398b99dbce7089820b14b
sha256: ac0f0bc3f5db78f400e67f355f5cc6de7089bf481d6c8272e42b271a571c2bed

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
run_exports:
- {{ pin_subpackage('handyreadgenotyper', max_pin="x.x") }}
entry_points:
- classify = classify:main
- train = train:main
- genotyper_utilities = genotyper_utilities:main
- {{ pin_subpackage('handyreadgenotyper', max_pin="x.x") }}
number: 0

requirements:
host:
- pip
- python >=3.8,<3.9
- python >=3.10
run:
- python >=3.8,<3.9
- python >=3.10
- pandas >=2.0.0
- scikit-learn >=1.3.*
- pysam >=0.22.0
Expand All @@ -38,17 +34,18 @@ requirements:
test:
commands:
- train -h
requires:
- pip

about:
license: "GPL-3.0-or-later"
license_family: GPL3
license: GPL-3.0-only
license_file: LICENSE
home: "https://github.com/AntonS-bio/HandyReadGenotyper"
home: https://github.com/AntonS-bio/HandyReadGenotyper
summary: 'Tool for training model and classifying reads from environmental ONT amplicon sequencing.'
description: |
Tool for training model and classifying reads from environmental ONT amplicon sequencing.
doc_url: "https://github.com/AntonS-bio/HandyAmpliconTool/blob/main/README.md"
dev_url: "https://github.com/AntonS-bio/HandyReadGenotyper"
doc_source_url: https://github.com/AntonS-bio/HandyAmpliconTool/blob/main/README.md


extra:
recipe-maintainers:
Expand Down

0 comments on commit 7b21fc9

Please sign in to comment.