-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
45 lines (39 loc) · 1 KB
/
meta.yaml
File metadata and controls
45 lines (39 loc) · 1 KB
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
45
package:
name: tlrfinder
version: "1.0.1" # Change this to your desired version
source:
git_url: https://github.com/samtobam/TLRFinder.git
git_rev: main
build:
number: 0 # Increment with each new build
scripts:
requirements:
build:
- conda-forge::gxx_linux-64
- make
- git
run:
- bioconda::bedtools=2.31.1
- bioconda::mash=2.3
- bioconda::seqkit=2.10.1
- bioconda::minimap2=2.28
- bioconda::mummer4=4.0.1
- conda-forge::r-base=4.4.0
- conda-forge::r-gggenomes=1.0.1
- conda-forge::r-svglite=2.1.3
- bioconda::bioconductor-iranges=2.40.0
- samtools=1.6
- bioconda::blast=2.16.0
- bioconda::cd-hit=4.8.1
- bioconda::mashtree=1.4.6
- bioconda::lz-ani=1.2.3
- bioconda::bioconductor-ggtree=3.14.0
- conda-forge::r-phytools=2.4_4
- conda-forge::r-aplot=0.2.8
- conda-forge::r-ggplot2=3.5.2
test:
commands:
- "TLRFinder.sh --help"
about:
home: "https://github.com/samtobam/TLRFinder"
summary: "Telomere-Linked-Repeat (TLR) detection and analysis tool"