-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccession-config.yaml
50 lines (36 loc) · 1.36 KB
/
accession-config.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
name: Taccession configurations
filesDirectory: /data/user/publications/allpubmed/
statsOutputFolder: stats/stats-accession
dataOutputFolder: /data/user/results/result-accession-new
sparkPartitions: 200
patterns:
- patternName: swisslipid
pattern: (?i)SLM:\d+
- patternName: nextprot
pattern: NX_[OPQ][0-9][A-Z0-9]{3}[0-9]|NX_[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}
- patternName: nextprot-with-uniprot
pattern: \b[OPQ][0-9][A-Z0-9]{3}[0-9]|\b[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}
mustFindRegexInFile: (?i)nextprot
- patternName: cellosaurus
pattern: (?:\b|^)(?i)CVCL_\w+
- patternName: cellosaurus-white-spaces
pattern: (?:\b|^)(?i)RRID\W\s?CVCL[\W]\w+
- patternName: rhea
pattern: RHEA:\d{5}
- patternName: orthodb
pattern: "[EPV]OG[0-9A-Z]+"
mustFindRegexInFile: (?i)orthodb
excludeTokens: POGO
- patternName: prosite
pattern: PDOC\d{5}|PS\d{5}
mustFindRegexInFile: (?i)prosite
- patternName: prosite-without-keyword
pattern: \bPDOC\d{5}|\bPS\d{5}
- patternName: enzyme
pattern: \b(EC )?[1-6]\.[1-9-][0-9]?\.[1-9-][0-9]?\.n?[1-9-][0-9]{0,2}
mustFindRegexInFile: (?i)enzyme
- patternName: enzyme-without-keyword
pattern: \b(EC )?[1-6]\.[1-9-][0-9]?\.[1-9-][0-9]?\.n?[1-9-][0-9]{0,2}
- patternName: HAMAP
pattern: MF_\d{5}
mustFindRegexInFile: (?i)hamap