Skip to content

Commit

Permalink
Feb 2019 Release No Ambertools (#13513)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Feb 6, 2019
1 parent 8ed87a6 commit f51156b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions recipes/biobb_analysis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ mkdir -p $PREFIX/bin
chmod u+x $SP_DIR/biobb_analysis/gromacs/rms.py
cp $SP_DIR/biobb_analysis/gromacs/rms.py $PREFIX/bin/rms

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

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
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.1.0" %}
{% set version = "0.1.1" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "795c23464290d0fa5d3965c571b4d813f39045d51cf1704c66cde82e470a3a30" %}
{% set hash_value = "0ba9314275282c077f90195f2178d559838ba50394694d39f725d4c5f34debb6" %}

package:
name: '{{ name|lower }}'
Expand Down

0 comments on commit f51156b

Please sign in to comment.