Skip to content

Commit

Permalink
Merge branch 'master' into atlasv2
Browse files Browse the repository at this point in the history
  • Loading branch information
glis-glis authored Nov 7, 2024
2 parents 5adb356 + 3765eb5 commit e64c113
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
6 changes: 3 additions & 3 deletions recipes/centrifuger/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "centrifuger" %}
{% set version = "1.0.4" %}
{% set version = "1.0.5" %}

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

build:
number: 2
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

source:
url: https://github.com/mourisl/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 5261abcfb3b88126000ae7708702d07704a0ee19d6f54f9f89f0d2e195e24d1d
sha256: 1de388229d3ee6a65a58308b5521bef6cbfcdf92628064a39d6b70c7523d68de

requirements:
build:
Expand Down
5 changes: 3 additions & 2 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "PhaBOX" %}
{% set version = "2.1.4" %}
{% set version = "2.1.5" %}

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

source:
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 963d71ac1e600f5a41cd8ff22a66a34921190e7b8afe449aa5ca3fd10fabba40
sha256: 875124cd1568fcb706662e7f86ff7e1ef79b38944156c8c5d0b1b329d983d73a

build:
number: 0
Expand Down Expand Up @@ -42,6 +42,7 @@ requirements:
- blast >=2.16.0
- diamond <=0.9.14
- mcl >=22.282
- accelerate >=1.0.1

test:
commands:
Expand Down
30 changes: 14 additions & 16 deletions recipes/poppunk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.7.0" %}
{% set version = "2.7.1" %}
{% set name = "PopPUNK" %}

package:
Expand All @@ -7,12 +7,12 @@ package:

source:
url: https://github.com/bacpop/{{ name|lower }}/archive/v{{ version }}.tar.gz
sha256: bba7cb9fad5027abc78fd6761755169ae999d3d86a96bdfbfe577a360f907067
sha256: 7e6f7242b8c2150c7963fc5f4a95cfd7f2656b8a80317ff87bf97dc75f753788

build:
number: 0
skip: true # [py < 38]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
skip: True # [py < 38]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- poppunk = PopPUNK.__main__:main
- poppunk_assign = PopPUNK.assign:main
Expand All @@ -27,13 +27,12 @@ build:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- llvm-openmp # [osx]
- libgomp # [linux64]
- cmake >=3.18
- make
- llvm-openmp # [osx]
- libgomp # [linux]
host:
# python
- python
Expand Down Expand Up @@ -64,7 +63,6 @@ requirements:
- treeswift
- requests
# C++ extension
- zlib
# The xorg-* requirements are only used for gtk3 which is pulled in via graph-tool.
- xorg-libxi
- xorg-libxcursor
Expand All @@ -80,7 +78,6 @@ test:
imports:
- PopPUNK
- poppunk_refine

commands:
- poppunk --help
- poppunk_assign --help
Expand All @@ -92,16 +89,17 @@ test:
- poppunk_lineages_from_strains --help

about:
home: https://poppunk.bacpop.org/
license: Apache-2.0
home: "https://poppunk.bacpop.org"
license: "Apache-2.0"
license_family: APACHE
license_file: LICENSE
summary: 'PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'
dev_url: "https://github.com/bacpop/PopPUNK"
doc_url: "https://poppunk.bacpop.org/index.html"

extra:
identifiers:
- doi:10.1101/gr.241455.118
# enabling this would require arm64 packages for: mandrake, pp-sketchlib,
# rapidnj
# additional-platforms:
# - linux-aarch64
# - osx-arm64
- biotools:poppunk
additional-platforms:
- osx-arm64

0 comments on commit e64c113

Please sign in to comment.