diff --git a/recipes/biobb_model/build.sh b/recipes/biobb_model/build.sh index 4b2f81a4b0d0e..864d47dd4df73 100644 --- a/recipes/biobb_model/build.sh +++ b/recipes/biobb_model/build.sh @@ -9,3 +9,6 @@ cp $SP_DIR/biobb_model/model/mutate.py $PREFIX/bin/mutate chmod u+x $SP_DIR/biobb_model/model/fix_side_chain.py cp $SP_DIR/biobb_model/model/fix_side_chain.py $PREFIX/bin/fix_side_chain + +chmod u+x $SP_DIR/biobb_model/structure_checking/checkStruc.py +cp $SP_DIR/biobb_model/structure_checking/checkStruc.py $PREFIX/bin/checkStruc diff --git a/recipes/biobb_model/meta.yaml b/recipes/biobb_model/meta.yaml index 783ac3cc1ad98..005b30ac14e36 100644 --- a/recipes/biobb_model/meta.yaml +++ b/recipes/biobb_model/meta.yaml @@ -1,8 +1,8 @@ {% set name = "biobb_model" %} -{% set version = "0.0.6" %} +{% set version = "0.1.0" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "08a65063de45b6fafe1ccbc85197688c1571aacf1250c9f3a288a3885a2840f0" %} +{% set hash_value = "07a201ec93b9f5798afe3dfb22e90022880c43227db7f9587acb1ca48aa64122" %} package: name: '{{ name|lower }}' @@ -18,16 +18,12 @@ build: requirements: host: - - python >=3.5 + - python >=3 - setuptools - - mistune ==0.7.4 - - jsonschema ==2.6.0 - biobb_common - biopython run: - - python >=3.5 - - mistune ==0.7.4 - - jsonschema ==2.6.0 + - python >=3 - biobb_common - biopython @@ -35,18 +31,15 @@ test: imports: - biobb_model - biobb_model.model - - biobb_model.pycompss - - biobb_model.pycompss.model - biobb_model.structure_checking - biobb_model.structure_manager - - biobb_model.test about: home: https://github.com/bioexcel/biobb_model license: Apache Software License license_family: APACHE license_file: '' - summary: biobb_model is the Biobb module collection to fetch data to be consumed by the rest of the Biobb building blocks. + summary: Biobb_model is the Biobb module collection to check and model 3d structures, create mutations or reconstruct missing atoms. description: "[![Documentation Status](https://readthedocs.org/projects/biobb-model/badge/?version=latest)](https://biobb-model.readthedocs.io/en/latest/?badge=latest)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f98ed1286f244616bf39352e1877d310)](https://www.codacy.com/app/andriopau/biobb_model?utm_source=github.com&utm_medium=referral&utm_content=bioexcel/biobb_model&utm_campaign=Badge_Grade)\n\ \n# biobb_model\n\n### Introduction\nBiobb_model is the Biobb module collection to check and model 3d structures,\ncreate mutations or reconstruct missing atoms.\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\