Skip to content

Commit

Permalink
[biobb_dna] update 5.0.0 (#51601)
Browse files Browse the repository at this point in the history
PauAndrio authored Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9b88759 commit b1d11b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/biobb_dna/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_dna" %}
{% set version = "4.2.4" %}
{% 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: f9343a8ec9ca8b0c9c764657979daf2b06b58ee242d30c2f8679416467d5ada4
sha256: 513e133bf3e48ce0e45fb2659182a112798c1e1d8068a8a2fa99d21007af4768

build:
number: 0
@@ -18,16 +18,16 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- pandas >=1.3.0
- scikit-learn >=0.24.2
- curves ==3.0.2

run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- pandas >=1.3.0
- scikit-learn >=0.24.2
- curves ==3.0.2
@@ -51,7 +51,7 @@ about:
\ [![](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](https://anaconda.org/bioconda/biobb_dna)\
\ [![](https://img.shields.io/badge/docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_dna)\
\ [![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\
\n# biobb_dna\n\n### Introduction\nBiobb_dna is a package composed of different analyses for nucleic acid trajectories. \nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate\
\n# biobb_dna\n\n### Introduction\nBiobb_dna is a package composed of different analyses for nucleic acid trajectories. \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_ml.readthedocs.io/en/latest/).\n\
\n\n### Copyright & Licensing\nThis software has been developed in the [MMB group](https://mmb.irbbarcelona.org) at the [BSC](https://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 Center](https://www.bsc.es/)\n* (c) 2015-2024 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\

0 comments on commit b1d11b8

Please sign in to comment.