Skip to content

Commit

Permalink
Merge branch 'bioconda:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Jan 17, 2025
2 parents c0ceff0 + c1e93c1 commit a252556
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
12 changes: 9 additions & 3 deletions recipes/bayescode/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{% set name = "bayescode" %}
{% set version = "1.3.3" %}
{% set sha256 = "040a87d139b4bfc2343ca6c9ae6a91b6941432de7d8a85de0e3fc877fdeaec74" %}

package:
name: bayescode
name: {{ name }}
version: {{ version }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('bayescode', max_pin="x") }}
- {{ pin_subpackage(name, max_pin="x") }}

source:
url: https://github.com/ThibaultLatrille/bayescode/archive/refs/tags/v{{ version }}.tar.gz
Expand Down Expand Up @@ -50,3 +51,8 @@ about:
license_family: MIT
license_file: License.MD
summary: Mutation-Selection phylogenetic codon models to detect site-specific adaptive evolution or to infer long-term effective population size

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
6 changes: 3 additions & 3 deletions recipes/libbigwig/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.4.7" %}
{% set sha256 = "8e057797011d93fa00e756600898af4fe6ca2d48959236efc9f296abe94916d9" %}
{% set version = "0.4.8" %}
{% set sha256 = "10e904ea6eab4c9926dd938050af888bebe6281e8d933237e4a254cb9d3063b1" %}

package:
name: libbigwig
version: {{ version }}

build:
number: 7
number: 0
run_exports:
- {{ pin_subpackage('libbigwig', max_pin='x.x') }}

Expand Down
7 changes: 4 additions & 3 deletions recipes/pastml/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pastml" %}
{% set version = "1.9.49" %}
{% set version = "1.9.50" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 421f3be11dd0bd09615aeaba0026b8cc749115c7d72b87576c55e652ac943949
sha256: b143bef9f614b5b2367f0e8dd879055955ff98bc161ff6470a69173cb790c453

build:
number: 0
Expand All @@ -16,14 +16,15 @@ build:
- pastml = pastml.acr:main
- geomap = pastml.visualisation.generate_geomap:main
- transition_counter = pastml.utilities.transition_counter:main
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation"
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir"
run_exports:
- {{ pin_subpackage('pastml', max_pin="x") }}

requirements:
host:
- pip
- python >=3.9
- setuptools
run:
- biopython >=1.70
- ete3 >=3.1.1
Expand Down
4 changes: 2 additions & 2 deletions recipes/vvv2_display/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "vvv2_display" %}
{% set version = "0.2.3.1" %}
{% set sha256 = "ee7503d971da11cf84b0dca44092a59890139e5851ad13563738e5e7bb9e00ed" %}
{% set version = "0.2.3.2" %}
{% set sha256 = "be9457710acb64205248f9fd91b308ffc5cc8609fbcf7adea49e469e0b9d7e0d" %}

package:
name: {{ name }}
Expand Down

0 comments on commit a252556

Please sign in to comment.