-
Notifications
You must be signed in to change notification settings - Fork 10
/
bacteria_example.yaml
74 lines (73 loc) · 1.99 KB
/
bacteria_example.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
general:
protein_xref: '~/database/protein.sqlite'
CDS:
prodigal:
params: '-f gff'
priority: 100
threads: 1
rho_independent_terminator:
transtermhp:
params: '-p $TRANSTERMHP'
# '--all-context' # output all predicted terminators instead of legitimate ones
priority: 99
threads: 1
ncRNA:
# cmscan:
# params: ''
# priority: 50
# threads: 1
# db: '/Users/zech/Dropbox/git/micronota/micronota/data/rfam.cm'
# output: 'cmscan'
CRISPR:
minced:
params: ''
priority: 50
threads: 1
tRNA:
aragorn:
params: '-w'
priority: 50
threads: 1
tandem_repeats:
tandem_repeats_finder:
params: ''
priority: 50
threads: 1
output: 'tandem_repeats_finder'
rRNA:
rnammer:
params: '-m lsu,ssu,tsu'
# cmscan_rRNA:
# params: ''
# priority: 50
# threads: 1
# db: '/Users/zech/database/Rfam/v12.2/bacteria.cm'
protein:
diamond_uniref90:
params: '--index-chunks 1 --id 90 --subject-cover 80 --query-cover 80 --max-target-seqs 3'
priority: 50
threads: 1
db: '/Users/zech/Dropbox/git/micronota/micronota/data/uniref90.dmnd'
input: 'prodigal.faa'
output: 'diamond_uniref90.faa'
diamond_uniref50:
params: '--index-chunks 1 --id 50 --subject-cover 80 --query-cover 80 --max-target-seqs 3'
priority: 50
threads: 1
db: '/Users/zech/Dropbox/git/micronota/micronota/data/uniref50.dmnd'
input: 'diamond_uniref90.faa'
output: 'diamond_uniref50.faa'
# hmmscan_tigrfam:
# params: '−−cug_nc'
# priority: 60
# threads: 1
# db: '~/database/TIGRFAM/tigrfam.hmm'
# input: ''
# output: ''
# hmmscan_tigrfam:
# params: '−−cug_ga'
# priority: 60
# threads: 1
# db: '~/database/TIGRFAM/tigrfam.hmm'
# input: ''
# output: ''