-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata_WGS_COMMON.toml
77 lines (66 loc) · 1.78 KB
/
metadata_WGS_COMMON.toml
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
75
76
77
# Replicate sample annotation file: WGS
# https://docs.google.com/spreadsheets/d/15gLGL5FMV8gRt46ezc2Gmb-R1NbYsIGMssB0MyHkcwE/edit#gid=1753678626
# This file `config_EST.toml` shows feature-wise notation
# as opposed to COMMON-style notation in `config_EST_COMMON.toml`
[COMMON]
[COMMON.DATATYPE]
type = "WGS"
[COMMON.KEYWORD]
keyword = [
"WGS",
"STANDARD_DRAFT",
]
[COMMON.DBLINK]
project = "PRJDB90001"
biosample = "SAMD90000000"
"sequence read archive" = "DRR999900"
[COMMON.SUBMITTER]
contact = "Hanako Mishima"
consrtm = "Streptomyces flavus genome sequencing consortium"
ab_name = [
"Mishima,H.",
"Yamada,T.",
"Park,C.S.",
"Liu,G.Q.",
]
email = "[email protected]"
phone = "81-55-981-6853"
fax = "81-55-981-6849"
institute = "National Institute of Genetics"
department = "DNA Data Bank of Japan"
country = "Japan"
state = "Shizuoka"
city = "Mishima"
street = "Yata 1111"
zip = "411-8540"
[COMMON.REFERENCE]
ab_name = [
"Mishima,H.",
"Yamada,T.",
"Park,C.S.",
"Liu,G.Q.",
]
title = "Streptomyces flavus NBRC 12345 whole genome shotgun sequence"
status = "Unpublished"
year = "2020"
[COMMON.DATE]
hold_date = "20240501"
[COMMON.COMMENT]
line = [
"Please visit our web page",
"URL:http://www.ddbj.nig.ac.jp/",
]
[COMMON.ST_COMMENT]
tagset_id = "Genome-Assembly-Data"
"Assembly Method" = "Velvet v. 2.0"
"Assembly Name" = "Sfl_assembly01"
"Genome Coverage" = "60x"
"Sequencing Technology" = "454 GS FLX; ABI 3730"
## source feature is inserted under COMMON
[COMMON.source]
organism = "Streptomyces flavus"
mol_type = "genomic DNA"
culture_collection = "NBRC:12345"
strain = "NBRC:12345"
ff_definition = "@@[organism]@@ @@[strain]@@ DNA, @@[submitter_seqid]@@"
submitter_seqid = "@@[entry]@@" # We can set `submitter_seqid` unlike the case in config_WGS.toml