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

v1.0.2 May 2019 Release #15385

Merged
merged 1 commit into from
May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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