Skip to content

Commit

Permalink
Feb 2019 Release (#13476)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Feb 4, 2019
1 parent 98b4c4f commit af8a9c4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions recipes/biobb_io/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "biobb_io" %}
{% set version = "0.1.1" %}
{% set version = "0.1.3" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "b1d85c970bebce1c9c7c62a9e7e469a337c33aeb22083bf8e23f506e93b57b08" %}
{% set hash_value = "2314b417958b80c44107e6da5de9e53f5dbe8b364a1560b0b80cb8eca0f10539" %}

package:
name: '{{ name|lower }}'
Expand All @@ -20,13 +20,10 @@ requirements:
host:
- python >=3
- setuptools
- biobb_common >=0.0.8
- requests
- biobb_common >=0.1.2
run:
- python >=3
- biobb_common >=0.0.8
- requests

- biobb_common >=0.1.2
test:
imports:
- biobb_io
Expand All @@ -38,12 +35,12 @@ about:
license_family: APACHE
license_file: ''
summary: Biobb_io is the Biobb module collection to fetch data to be consumed by the rest of the Biobb building blocks.
description: "[![Documentation Status](https://readthedocs.org/projects/biobb-io/badge/?version=latest)](https://biobb-io.readthedocs.io/en/latest/?badge=latest)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f98ed1286f244616bf39352e1877d310)](https://www.codacy.com/app/andriopau/biobb_io?utm_source=github.com&utm_medium=referral&utm_content=bioexcel/biobb_io&utm_campaign=Badge_Grade)\n\
description: "[![Documentation Status](https://readthedocs.org/projects/biobb-io/badge/?version=latest)](https://biobb-io.readthedocs.io/en/latest/?badge=latest)\n\
\n# biobb_io\n\n### Introduction\nBiobb_io is the Biobb module collection to fetch data to be consumed by the\nrest of the Biobb building blocks.\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_io.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)\
\ API documentation](http://biobb_io.readthedocs.io/en/latest/).\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\
\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 af8a9c4

Please sign in to comment.