Skip to content

Commit

Permalink
Feb 2019 Release (#13481)
Browse files Browse the repository at this point in the history
* Feb 2019 Release

* Feb 2019 Release
  • Loading branch information
PauAndrio authored Feb 5, 2019
1 parent 3796e84 commit cca8e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions recipes/biobb_analysis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

python3 setup.py install --single-version-externally-managed --record=record.txt

conda install -c ambermd ambertools

mkdir -p $PREFIX/bin

chmod u+x $SP_DIR/biobb_analysis/gromacs/rms.py
Expand Down
4 changes: 2 additions & 2 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 = "0.0.4" %}
{% set version = "0.0.8" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "ffd60ded5ac0ed361e7d42c7f760afe2d04550baa57d81e8bd2f815842b027be" %}
{% set hash_value = "d9243213d2149e9aad1b9604686e49b209cead639adcc4beb02981fcfdcd4ddb" %}

package:
name: '{{ name|lower }}'
Expand Down
1 change: 1 addition & 0 deletions recipes/biobb_analysis/post-link.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conda install -y -c ambermd ambertools

0 comments on commit cca8e6c

Please sign in to comment.