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.18 #22707

Merged
merged 20 commits into from
Jun 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 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.17" %}
{% set version = "1.0.18" %}

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

source:
url: https://github.com/liaochenlanruo/pgcgap/archive/v{{ version }}.tar.gz
sha256: b4a57daed31ce3cd781e3f4687bb5a896b01bb83172ab844edac9ad9f34e3947
sha256: d70c59635da62ef3ba57d7b0f1e07ca3be67388aa6c16930104714e5adac6ff0

build:
number: 0
Expand All @@ -19,7 +19,6 @@ requirements:
- perl-bioperl >=1.7.2
- perl-file-tee
- perl-sys-info

run:
- abricate
- canu >=1.8
Expand All @@ -46,6 +45,7 @@ requirements:
- fastani >=1.1
- fastp
- pal2nal
- perl
- perl-file-tee
- perl-data-dumper >=2.173
- perl-pod-usage >=1.69
Expand All @@ -56,9 +56,11 @@ requirements:
- htslib >=1.9
- snippy >=4.3.6
- sickle-trim >=1.33
- r-ggplot2 =3.1.1
- r-base
- r-ggplot2 >=3.1.1
- r-gplots
- r-corrplot
- python
- matplotlib-base
- scoary
- seaborn
Expand All @@ -67,7 +69,7 @@ requirements:
- biopython
- r-pheatmap
- r-plotrix
- unicycler =0.4.7
- unicycler 0.4.7
- wget
- coreutils

Expand Down