Skip to content

Commit

Permalink
[ci skip] Merge PR 29027
Browse files Browse the repository at this point in the history
Merge PR bioconda#29027, commits were: 
 * Fixed build number, shortened summary
 * Updated download URL, version, and removed from blacklist
  • Loading branch information
kenibrewer committed Jun 15, 2021
1 parent 60e6e65 commit 0400d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ recipes/meme/4.11.2
recipes/meme/4.8.1
recipes/bax2bam
recipes/break-point-inspector
recipes/easel
recipes/embl-api-validator
recipes/readseq
recipes/smcounter2
Expand Down
10 changes: 5 additions & 5 deletions recipes/easel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "easel" %}
{% set version = "0.47" %}
{% set sha256 = "158c36a64abfde03ac82f1dbd455fe44a9d69ea7ae61f7a6f8a19fd466caf8d7" %}
{% set version = "0.48" %}
{% set sha256 = "c5d055acbe88fa834e81424a15fc5fa54ac787e35f2ea72d4ffd9ea2c1aa29cf" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/EddyRivasLab/{{ name }}/archive/{{ name }}-{{ version }}h.tar.gz
url: https://github.com/EddyRivasLab/{{ name }}/archive/refs/tags/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 1
number: 0

requirements:
build:
Expand Down Expand Up @@ -50,5 +50,5 @@ about:
license: BSD
license_family: BSD
license_file: LICENSE
summary: "Easel is an ANSI C code library developed by the Eddy/Rivas laboratory at Harvard for computational analysis of biological sequences using probabilistic models."
summary: "Easel is an ANSI C code library for computational analysis of biological sequences using probabilistic models."
dev_url: https://github.com/EddyRivasLab/easel

0 comments on commit 0400d62

Please sign in to comment.