Skip to content

Commit

Permalink
Update metacoag to 1.2.2 (#50966)
Browse files Browse the repository at this point in the history
* Update metacoag to 1.2.2

* Update meta.yaml

* Update meta.yaml [removed skip: True]

---------

Co-authored-by: Vijini Mallawaarachchi <viji.mallawaarachchi@gmail.com>
  • Loading branch information
BiocondaBot and Vini2 authored Sep 26, 2024
1 parent c1abf7b commit d6403ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/metacoag/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{% set name = "MetaCoAG" %}
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

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

source:
url: "https://github.com/metagentools/{{ name }}/archive/v{{ version }}.tar.gz"
sha256: 5962a92e49842f55db50b7a7bede8dc33b9508a08d395a796b3f4fa78fed70b9
sha256: 1a8d91cb02fdad9ba15c636eeaf167e34f118bc4d12f57366e107ebf160781c7

build:
number: 0
noarch: python
entry_points:
- metacoag = metacoag.cli:main
- combine_cov = metacoag.metacoag_utils.support.combine_cov:main
Expand Down Expand Up @@ -56,6 +55,8 @@ about:
dev_url: "https://github.com/metagentools/MetaCoAG"

extra:
skip-lints:
- should_be_noarch_generic
recipe-maintainers:
- Vini2
identifiers:
Expand Down

0 comments on commit d6403ea

Please sign in to comment.