Skip to content

Commit

Permalink
Feb 2019 Release (#13512)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Feb 6, 2019
1 parent 5264c24 commit c320672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/biobb_analysis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cp $SP_DIR/biobb_analysis/gromacs/rms.py $PREFIX/bin/rms
chmod u+x $SP_DIR/biobb_analysis/ambertools/cpptraj.py
cp $SP_DIR/biobb_analysis/ambertools/cpptraj.py $PREFIX/bin/cpptraj

conda install -y -c ambermd ambertools
#conda install -y -c ambermd ambertools
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.9" %}
{% set version = "0.1.0" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "357577d99d8d94360dad8880cb3c027fba0b3d05ef598cbf287b2d303068e345" %}
{% set hash_value = "795c23464290d0fa5d3965c571b4d813f39045d51cf1704c66cde82e470a3a30" %}

package:
name: '{{ name|lower }}'
Expand Down
3 changes: 2 additions & 1 deletion recipes/biobb_analysis/post-link.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
conda install -y -c ambermd ambertools
echo "To install Ambertools please excecute:\n
conda install -y -c ambermd ambertools"

0 comments on commit c320672

Please sign in to comment.