Skip to content

Commit

Permalink
Feb 2019 Release, biopython==1.72, renaming cpptraj to biobb_cpptraj (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Feb 6, 2019
1 parent 463036a commit a5d07af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/biobb_analysis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ 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
cp $SP_DIR/biobb_analysis/ambertools/cpptraj.py $PREFIX/bin/biobb_cpptraj
6 changes: 4 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.2" %}
{% set version = "0.1.3" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "d37147c1a65eb9258afd68d6e30b713ab358ca11afcbecc4b588321e8665a473" %}
{% set hash_value = "2337447f901c4a6ea4465cf1d87b89454efb81a5735421954a081ab3cfeddee5" %}

package:
name: '{{ name|lower }}'
Expand All @@ -22,10 +22,12 @@ requirements:
- setuptools
- biobb_common >=0.1.2
- gromacs >=2018.4
- biopython ==1.72
run:
- python >=3
- biobb_common >=0.1.2
- gromacs >=2018.4
- biopython ==1.72
test:
imports:
- biobb_analysis
Expand Down

0 comments on commit a5d07af

Please sign in to comment.