forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
31 lines (29 loc) · 781 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
about:
home: 'http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/'
license: GPLv3
summary: 'FastQ Screen allows you to screen a library of sequences in FastQ format against a set of sequence databases so you can see if the composition of the library matches with what you expect'
build:
number: 1
skip: True # [osx]
requirements:
build:
- bowtie
- bowtie2
- perl-threaded >=5.22.0
- perl-gdgraph
run:
- bowtie
- bowtie2
- perl-threaded >=5.22.0
- perl-gdgraph
package:
name: fastq-screen
version: '0.5.2'
source:
fn: fastq_screen_v0.5.2.tar.gz
url: http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/fastq_screen_v0.5.2.tar.gz
patches:
- env-perl.patch
test:
commands:
- 'fastq_screen -h'