-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
36 lines (31 loc) · 771 Bytes
/
meta.yaml
File metadata and controls
36 lines (31 loc) · 771 Bytes
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
package:
name: fusemblr
version: "1.1.0" # Change this to your desired version
source:
git_url: https://github.com/samtobam/fusemblr.git
git_rev: main
build:
number: 0 # Increment with each new build
scripts:
- python=3.8.*
- bin/fusemblr
- bash post-link.sh
requirements:
run:
- bioconda::ratatosk=0.9.0
- bioconda::filtlong=0.2.1
- bioconda::flye=2.9.5
- bioconda::fastp=0.24.0
- bioconda::nextpolish2=0.2.1
- bioconda::seqkit=2.10.0
- bioconda::samtools=1.21
- bioconda::minimap2=2.28
- bioconda::ragtag=2.1.0
- bioconda::hifiasm=0.25.0
- samtobam::paqman
test:
commands:
- "fusemblr.sh --help"
about:
home: "https://github.com/samtobam/fusemblr"
summary: "Assembly pipeline designed for Nanopore reads"