Skip to content

Commit

Permalink
v1.0.2 May 2019 Release (bioconda#15385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri authored and kpalin committed Aug 7, 2019
1 parent 4c937ea commit 1416bee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions recipes/biobb_analysis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ cp $SP_DIR/biobb_analysis/gromacs/gmx_image.py $PREFIX/bin/gmx_image
chmod u+x $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_str.py
cp $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_str.py $PREFIX/bin/gmx_trjconv_str

chmod u+x $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_str_ens.py
cp $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_str_ens.py $PREFIX/bin/gmx_trjconv_str_ens

chmod u+x $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_trj.py
cp $SP_DIR/biobb_analysis/gromacs/gmx_trjconv_trj.py $PREFIX/bin/gmx_trjconv_trj

Expand Down
14 changes: 9 additions & 5 deletions recipes/biobb_analysis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "biobb_analysis" %}
{% set version = "1.0.1" %}
{% set version = "1.0.2" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "1c0b39e7367e4dc6d02379670891264244e89cd6303466fb61105ed961c9ed6d" %}
{% set hash_value = "afcdbf89b07bad0a920bd19a74b5c44632faf2a5973038d72925ecc004bf5c5c" %}

package:
name: '{{ name|lower }}'
Expand All @@ -20,11 +20,11 @@ requirements:
host:
- python ==3.6.*
- setuptools
- biobb_common ==0.1.4
- biobb_common ==1.1.6
- gromacs ==2018.4
run:
- python ==3.6.*
- biobb_common ==0.1.4
- biobb_common ==1.1.6
- gromacs ==2018.4
test:
imports:
Expand All @@ -38,7 +38,11 @@ about:
license_family: APACHE
license_file: ''
summary: Biobb_analysis is the Biobb module collection to perform analysis of molecular dynamics simulations.
description: "[![Documentation Status](https://readthedocs.org/projects/biobb-analysis/badge/?version=latest)](https://biobb-analysis.readthedocs.io/en/latest/?badge=latest)\n\
description: "[![](https://readthedocs.org/projects/biobb-analysis/badge/?version=latest)](https://biobb-analysis.readthedocs.io/en/latest/?badge=latest)\
\ [![](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](https://anaconda.org/bioconda/biobb_analysis)\
\ [![](https://quay.io/repository/biocontainers/biobb_io/status)](https://hub.docker.com/r/mmbirb/biobb_analysis)\
\ [![](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/2423)\
\ [![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\
\n# biobb_analysis\n\n### Introduction\nBiobb_analysis is the Biobb module collection to perform analysis of molecular dynamics simulations.\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_analysis.readthedocs.io/en/latest/).\n\
\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\
Expand Down

0 comments on commit 1416bee

Please sign in to comment.