Skip to content

Commit

Permalink
Feb 2019 Release (#13474)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Feb 4, 2019
1 parent 3463921 commit 98b4c4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/biobb_common/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}'
Expand All @@ -22,12 +22,12 @@ requirements:
- setuptools
- pyyaml
- requests
- biopython
- biopython >=1.72
run:
- python >=3
- pyyaml
- requests
- biopython
- biopython >=1.72

test:
imports:
Expand All @@ -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: ''
Expand Down

0 comments on commit 98b4c4f

Please sign in to comment.