Skip to content

Commit

Permalink
[ci skip] Merge PR 19505
Browse files Browse the repository at this point in the history
Merge PR bioconda#19505, commits were: 
 * Update meta.yaml
 * moabs/meta.yaml: add host and run dependencies
  • Loading branch information
lijinbio authored and luizirber committed Jan 16, 2020
1 parent d2c95a7 commit fb40b9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes/moabs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1

source:
url: https://github.com/sunnyisgalaxy/moabs/archive/v{{ version }}.tar.gz
Expand All @@ -24,13 +24,19 @@ requirements:
- boost
- perl
- wget
- r-base
- r-ggplot2
- r-gridextra
run:
- zlib
- perl-config-simple
- ncurses
- boost
- perl
- wget
- r-base
- r-ggplot2
- r-gridextra

test:
commands:
Expand Down

0 comments on commit fb40b9f

Please sign in to comment.