Skip to content

Commit

Permalink
Update PGCGAP to v1.0.9 (#18225)
Browse files Browse the repository at this point in the history
* add Plot_COG_Abundance.R

* Update meta.yaml

* Update to V1.0.7

* Add MASH function

* update pgcgap to v1.0.8

* Add the "triangle2list.pl" script

* Update pgcgap to v1.0.9

* Update pgcgap to 1.0.9
  • Loading branch information
Hualin Liu authored and dpryan79 committed Oct 23, 2019
1 parent 78e6480 commit 3ed978b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 3ed978b

Please sign in to comment.