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

prinseq: bump build #19014

Merged
merged 4 commits into from
Dec 2, 2019
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,6 @@ recipes/bumbershoot
# perl
recipes/vcftools/0.1.10

# perl wrong interpreter
recipes/prinseq

# checking whether the C compiler works... no
recipes/fastme

Expand Down
26 changes: 17 additions & 9 deletions recipes/prinseq/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
about:
home: 'http://prinseq.sourceforge.net/'
license: "GPLv3"
summary: "PRINSEQ can be used to filter, reformat, or trim your genomic and metagenomic sequence data"
{% set version = "0.20.4" %}

package:
name: prinseq
version: '0.20.4'
version: {{ version }}

build:
number: 3
skip: False
number: 4
noarch: generic

source:
md5: 3be1a572073ebbbecfeba42a42853ff5
url: http://iweb.dl.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz
url: http://iweb.dl.sourceforge.net/project/prinseq/standalone/prinseq-lite-{{ version }}.tar.gz

requirements:
run:
- perl # [not osx]
- perl

test:
commands:
- prinseq-lite.pl -version

about:
home: 'http://prinseq.sourceforge.net/'
license: "GPLv3"
license_file: COPYING
summary: "PRINSEQ can be used to filter, reformat, or trim your genomic and metagenomic sequence data"