Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[biobb_pmx] update 5.0.0 #52246

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions recipes/biobb_pmx/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_pmx" %}
{% set version = "4.2.1" %}
{% set version = "5.0.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 043a76935e7c6e41b3f71db9e2ac73a48dea8dab0386e1743ae27ad513a64ddb
sha256: 85a3ce47605c073c62ed3c1e4471d7791ea7d58fb6bde9fdead3b89e1f8cd38a


build:
Expand All @@ -19,14 +19,16 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- pmx_biobb ==4.1.3
- scipy <1.14
run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- pmx_biobb ==4.1.3
- scipy <1.14
test:
imports:
- biobb_pmx
Expand All @@ -42,7 +44,7 @@ about:
[![](https://img.shields.io/badge/docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_pmx)\n[![](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://www.singularity-hub.org/collections/2735/usage)\n\
[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# biobb_pmx\n\n### Introduction\nBiobb_pmx is the Biobb module collection to perform\
\ PMX (http://pmx.mpibpc.mpg.de) executions.\nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate new layer of compatibility and interoperability over popular\nbioinformatics\
\ tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb_pmx.readthedocs.io/en/latest/).\n\n### Version\nv4.2.1 Jan 2024 Release\n\
\ tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb_pmx.readthedocs.io/en/latest/).\n\n### Version\nv5.0.0 Jan 2024 Release\n\
\n\n### Copyright & Licensing\n\
\ This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/),\
\ funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\n\n* (c) 2015-2024 [Barcelona Supercomputing\
Expand Down
Loading