Skip to content

Commit

Permalink
Merge branch 'biobb_chemistry' of github.com:bioconda/bioconda-recipe…
Browse files Browse the repository at this point in the history
…s into biobb_chemistry
  • Loading branch information
gbayarri committed Nov 8, 2024
2 parents 3af330c + 3621e9c commit f31bfb6
Show file tree
Hide file tree
Showing 21 changed files with 193 additions and 210 deletions.
48 changes: 48 additions & 0 deletions recipes/bam2plot/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "bam2plot" %}
{% set version = "0.3.6" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/bam2plot-{{ version }}.tar.gz
sha256: 7be991b42db59d0c06ca2f354f906238be3c4f4d0588d85dd1cfd1ec7752a541

build:
entry_points:
- bam2plot=bam2plot.main:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage('bam2plot', max_pin="x.x") }}

requirements:
host:
- python >=3.10
- pip
- setuptools
run:
- python >=3.10
- pysam >=0.22.0
- seaborn >=0.13.2
- polars >=0.20.15
- mappy >=2.28
- pyfastx
- pyarrow
- mosdepth

test:
imports:
- bam2plot
commands:
- bam2plot from_bam --help
- bam2plot from_reads --help
- bam2plot guci --help

about:
home: https://github.com/willros/bam2plot
summary: Plot of coverage from bam file
license: GPL-3.0-only
license_file: LICENSE
7 changes: 4 additions & 3 deletions recipes/bioblend/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "bioblend" %}
{% set version = "1.3.0" %}
{% set version = "1.4.0" %}

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

source:
url: https://pypi.io/packages/source/b/bioblend/bioblend-{{ version }}.tar.gz
sha256: e72318e10c29a81c16281d25aaac00989a07fc2900be7479137964232cc4a507
sha256: 175d49d288e27d132ff59c870551c87cd95d7747be55ab94807c563291a3fa1d

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- requests >=2.20.0
Expand Down Expand Up @@ -66,7 +67,7 @@ test:
about:
home: "https://github.com/galaxyproject/bioblend"
license: MIT
summary: 'A Python library for interacting with the Galaxy API'
summary: 'A Python library for interacting with the Galaxy API.'
license_family: MIT
license_file: LICENSE
doc_url: "https://bioblend.readthedocs.org/"
Expand Down
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
21 changes: 13 additions & 8 deletions recipes/gadma/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "gadma" %}
{% set version = "2.0.0" %}
{% set version = "2.0.2" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 1e891b87749261ce9c1866fd3e0ac389306096e3b940eb364101448efeca4cfd
sha256: f7b610d0d347e97afb30e6b5f9a814c19e479203838de31aa2e44f7427073db5

build:
number: 0
Expand All @@ -19,27 +19,31 @@ build:
- gadma-get_confidence_intervals = gadma.get_confidence_intervals:main
- gadma-get_confidence_intervals_for_ld = gadma.get_confidence_intervals_for_ld:main
- gadma-precompute_ld_data = gadma.precompute_ld_data:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
run_exports:
- {{ pin_subpackage('gadma', max_pin="x") }}

requirements:
host:
- python >=3.6,<3.9
- python >=3.6
- pip
- setuptools-scm
- setuptools
run:
- python >=3.6,<3.9
- python >=3.6
- dadi
- demes
- demesdraw
- h5py ==3.10.0
- matplotlib-base
- mpmath
- nlopt
- numpy
- pandas
- pandas <=2.2.2
- pillow
- ruamel.yaml
- scipy
- ruamel.yaml ==0.16.12
- scipy <1.14
- networkx
- moments
- scikit-allel
Expand Down Expand Up @@ -69,6 +73,7 @@ about:
license_file: LICENSE
summary: "Genetic Algorithm for Demographic Inference"
doc_url: https://gadma.readthedocs.io/en/latest/
dev_url: "https://github.com/ctlab/GADMA"

extra:
identifiers:
Expand Down
6 changes: 3 additions & 3 deletions recipes/gnparser/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.10.3" %}
{% set sha256 = "899661ab88b716b7c1e3c4430bfb388997e510b28961e0246c361407f34cf0d2" %}
{% set version = "1.10.4" %}
{% set sha256 = "55e944b38dab4c680e96fd5b0effc2ccef300e91da1b6076cea4ad4e4e93fbcb" %}

package:
name: "gnparser"
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

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

Expand Down
3 changes: 2 additions & 1 deletion recipes/goldrush/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
skip: true # [py < 38 or win or py > 39]
number: 0
number: 1
run_exports: {{ pin_subpackage("goldrush", max_pin="x") }}

requirements:
Expand Down Expand Up @@ -41,6 +41,7 @@ requirements:
- gperftools
- bc
- snakemake
- numpy >=1.22.4

test:
commands:
Expand Down
4 changes: 0 additions & 4 deletions recipes/k8/build_failure.linux-aarch64.yaml

This file was deleted.

Loading

0 comments on commit f31bfb6

Please sign in to comment.