Skip to content

Commit

Permalink
update melon to 0.2.1 and fix summary (#52039)
Browse files Browse the repository at this point in the history
* update summary

* add setuptool

* fix description
  • Loading branch information
xinehc authored Nov 11, 2024
1 parent c179c89 commit c0600ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/melon/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "melon" %}
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}

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

source:
url: https://github.com/xinehc/melon/archive/refs/tags/v{{ version }}.tar.gz
sha256: 3020c20f8619aeeb254a52eb8822dab3689956b3e218450cd8506a42f263f7f4
sha256: 3b3d09801212282b5ebb8030976d49361484031460c53f6440c61706af90cd63

build:
noarch: python
Expand All @@ -19,6 +19,7 @@ build:
requirements:
host:
- pip
- setuptools
- python >=3.7
run:
- python >=3.7
Expand All @@ -40,7 +41,7 @@ about:
home: https://github.com/xinehc/melon
license: MIT
license_family: MIT
summary: 'Melon: metagenomic long-read-based taxonomic identification and quantification'
summary: 'Melon: metagenomic long-read-based taxonomic identification and quantification using marker genes'

extra:
recipe-maintainers:
Expand Down

0 comments on commit c0600ca

Please sign in to comment.