From 98b4c4f9ae20123131d0c27d005745819efcb3b6 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Mon, 4 Feb 2019 12:36:56 +0100 Subject: [PATCH] Feb 2019 Release (#13474) --- recipes/biobb_common/meta.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes/biobb_common/meta.yaml b/recipes/biobb_common/meta.yaml index f7456f47124da..be57f9b5fb735 100644 --- a/recipes/biobb_common/meta.yaml +++ b/recipes/biobb_common/meta.yaml @@ -1,8 +1,8 @@ {% set name = "biobb_common" %} -{% set version = "0.0.8" %} +{% set version = "0.1.2" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "58e2babcf9c1523bff2d673c7b62df425517ddf17966cf3145873841706343e2" %} +{% set hash_value = "f3be96dc9923c1cbb6cf4a67f9f2a5d78ad8ccbef389c2025dc38ca414e00c1b" %} package: name: '{{ name|lower }}' @@ -22,12 +22,12 @@ requirements: - setuptools - pyyaml - requests - - biopython + - biopython >=1.72 run: - python >=3 - pyyaml - requests - - biopython + - biopython >=1.72 test: imports: @@ -42,12 +42,12 @@ about: license_family: APACHE license_file: '' summary: Biobb_common is the base package required to use the biobb packages. - description: "[![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8e5c5537c6234bff958171e273471879)](https://www.codacy.com/app/andriopau/biobb_common?utm_source=github.com&utm_medium=referral&utm_content=bioexcel/biobb_common&utm_campaign=Badge_Grade)\n\ + description: "[![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)\n\ \n# biobb_common\n\n### Introduction\nBiobb_common is the base package required to use the biobb\npackages.\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_common.readthedocs.io/en/latest/).\n\ - \n### Version\nThis software is in Alpha version.\n\n### Copyright & Licensing\nThis software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the\nBSC (http://www.bsc.es/)\ - \ & IRB (https://www.irbbarcelona.org/) for the European BioExcel (http://bioexcel.eu/), funded by the European Commission\n(EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\n\n* (c) 2015-2018\ - \ [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2018 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\nLicensed under the\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0),\ + \n\n### Copyright & Licensing\nThis software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the\nBSC (http://www.bsc.es/)\ + \ & IRB (https://www.irbbarcelona.org/) for the European BioExcel (http://bioexcel.eu/), funded by the European Commission\n(EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\n\n* (c) 2015-2019\ + \ [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2019 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\nLicensed under the\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0),\ \ see the file\n[LICENSE](LICENSE) for details.\n\n![](https://bioexcel.eu/wp-content/uploads/2015/12/Bioexcell_logo_1080px_transp.png \"Bioexcel\")\n\n\n" doc_url: '' dev_url: ''