-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeta.yaml
44 lines (39 loc) · 934 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
42
43
44
package:
name: starfish
version: "1.1.0" # Change this to your desired version
source:
git_url: https://github.com/egluckthaler/starfish.git
git_rev: main
build:
number: 0 # Increment with each new build
scripts:
- bin/starfish
- bin/cnef
requirements:
build:
- python=3.8.*
- conda-forge::gxx_linux-64
- make
run:
- python=3.8.* # Add your runtime dependencies here
- conda-forge::gxx_linux-64
- mummer4=4.0.0
- bedtools=2.30.0
- sourmash>=4.6
- blast=2.12.0
- mcl=14.137
- circos=0.69.8
- minimap2=2.24
- hmmer=3.3.2
- metaeuk=6.a5d39d9
- mafft
- mmseqs2=14.7e284
- samtools=1.6
- eggnog-mapper=2.1.12
test:
commands:
- "starfish insert -h"
about:
home: "https://github.com/egluckthaler/starfish"
license: "AGPL-3.0-or-later" # Your project's license
summary: "a modular toolkit for giant mobile element annotation"