-
Notifications
You must be signed in to change notification settings - Fork 5
/
meta.yaml
43 lines (34 loc) · 893 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
32
33
34
35
36
37
38
39
40
41
{% set name = "dadaist2" %}
{% set version = "0.1.03" %}
{% set sha256 = "068a591b9736a3a46f60e4a5af3c40d0c769e8d3b68bc6aa708d17213a876e8d" %}
{% set user = "quadram-institute-bioscience" %}
package:
name: '{{ name }}'
version: '{{ version }}'
source:
url: 'https://github.com/{{ user }}/{{ name }}/archive/v{{ version }}.tar.gz'
sha256: '{{ sha256 }}'
build:
number: 0
noarch: generic
requirements:
run:
- perl
- perl-fastx-reader >=0.90
- vsearch
- bioconductor-dada2
- fastp
- clustalo
- fasttree
- sdm
- lca
- rtk
- blast
test:
commands:
- dadaist2 --version 2>&1 | grep -F '{{ version }}'
about:
home: 'https://github.com/{{ user }}/{{ name }}'
license: MIT
summary: Command line wrapper to run DADA2 on a set of paired-end reads
description: Command line wrapper to run DADA2 on a set of paired-end reads