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

Update PGCGAP to v1.0.9 #18225

Merged
merged 14 commits into from
Oct 23, 2019
2 changes: 2 additions & 0 deletions recipes/pgcgap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cp Functions/COG/get_flag_relative_abundances_table.pl $PREFIX/bin/
cp Functions/COG/Plot_COG.R $PREFIX/bin/
cp Functions/COG/Plot_COG_Abundance.R $PREFIX/bin/

cp Functions/ANI/triangle2list.pl $PREFIX/bin/
cp Functions/ANI/get_ANImatrix.pl $PREFIX/bin/
cp Functions/ANI/Plot_ANIheatmap.R $PREFIX/bin/

Expand All @@ -22,6 +23,7 @@ chmod a+x $PREFIX/bin/fmplot.py
chmod a+x $PREFIX/bin/COG.pl
chmod a+x $PREFIX/bin/get_flag_relative_abundances_table.pl
chmod a+x $PREFIX/bin/Plot_COG.R
chmod a+x $PREFIX/bin/triangle2list.pl
chmod a+x $PREFIX/bin/get_ANImatrix.pl
chmod a+x $PREFIX/bin/Plot_ANIheatmap.R
chmod a+x $PREFIX/bin/Plot_COG_Abundance.R
Expand Down
4 changes: 2 additions & 2 deletions recipes/pgcgap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pgcgap" %}
{% set version = "1.0.8" %}
{% set version = "1.0.9" %}

package:
name: '{{ name }}'
version: '{{ version }}'

source:
url: https://github.com/liaochenlanruo/pgcgap/archive/v{{ version }}.tar.gz
sha256: 1ebc8a9b98c2e3c13260362a28a70da25f3a9cb804d2dc9d54042e3fcf31f41a
sha256: 3b46bd2216f69647242280f74cd3d8e65009a3f894ca4c0acfa2a7d97cbd30eb

build:
number: 0
Expand Down