-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
53 lines (48 loc) · 1.17 KB
/
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
45
46
47
48
49
50
51
52
53
package:
name: plasmer
version: {{ PACKAGE_VERSION }}
build:
number: 1
binary_relocation: True
always_include_files:
- bin/assign_taxon_labels.R
- bin/customizedKraken2DB_check.sh
- bin/plasmerMainDB_check.sh
- bin/check_length_by_input.py
- bin/extract_predPlasmids_seqs.py
- bin/getFeatBlastn.pl
- bin/getFeatDomTbl.pl
- bin/getFeatMDS.pl
- bin/getFeatRiboRNA.pl
- bin/mergeFeatsPredict.R
- bin/Plasmer
- bin/predict_by_rpmodel.R
source:
git_url: https://github.com/nekokoe/Plasmer.git
git_rev: main
requirements:
build:
- python ==3.10.4
run:
- python ==3.10.4
- biopython
- seqkit ==2.2.0
- perl ==5.26.2
- kmer-db ==1.9.4
- Prodigal ==2.6.3
- HMMER ==3.3.2
- BLAST ==2.10.1
- INFERNAL ==1.1.4
- diamond ==2.0.15
- Parallel
- Kraken2 ==2.1.2
- R ==4.2.0
- r-randomforest ==4.7_1.1
- r-hash
test:
commands:
- cd $PREFIX/bin && ls
- Plasmer -h
about:
home: https://github.com/nekokoe/Plasmer
license: MIT