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

Feb 2019 Release #13476

Merged
merged 1 commit into from
Feb 4, 2019
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
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