forked from bg7/BG7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GenBankExternalData.xml
61 lines (60 loc) · 1.89 KB
/
GenBankExternalData.xml
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
<gen_bank_xml>
<locus_name>XX</locus_name>
<!--The locus name-->
<sequence_length>.</sequence_length>
<!--sequence length is now taken from the contig. No need to set it up here-->
<molecule_type>DNA</molecule_type>
<stranded_type></stranded_type>
<!--
Stranded type must be either an empty string or one of these:
ss- (single-stranded)
ds- (double-stranded)
ms- (mixed-stranded)
-->
<dna_type>DNA</dna_type>
<!--
Dna type tag must be one of these:
NA
DNA
RNA
tRNA (transfer RNA)
rRNA (ribosomal RNA)
mRNA (messenger RNA)
uRNA (small nuclear RNA)
-->
<gen_bank_division>BCT</gen_bank_division>
<!--
Gen bank division tag must be one of these:
1. PRI - primate sequences
2. ROD - rodent sequences
3. MAM - other mammalian sequences
4. VRT - other vertebrate sequences
5. INV - invertebrate sequences
6. PLN - plant, fungal, and algal sequences
7. BCT - bacterial sequences
8. VRL - viral sequences
9. PHG - bacteriophage sequences
10. SYN - synthetic sequences
11. UNA - unannotated sequences
12. EST - EST sequences (expressed sequence tags)
13. PAT - patent sequences
14. STS - STS sequences (sequence tagged sites)
15. GSS - GSS sequences (genome survey sequences)
16. HTG - HTGS sequences (high throughput genomic sequences)
17. HTC - HTC sequences (high throughput cDNA sequences)
18. ENV - Environmental sampling sequences
19. CON - Constructed sequences
-->
<modification_date>19-OCT-2011</modification_date>
<!--
Modificiation date must have the format: dd-MMM-yyyy (e.g., 15-MAR-1991)
-->
<linear>true</linear> <!-- true for linear, false for circular -->
<definition>Genome of XX</definition>
<accession>.</accession>
<keywords>.</keywords>
<source>.</source>
<organism>XX</organism>
<organism_complete_taxonomy_lineage>cellular organisms; Bacteria; XX</organism_complete_taxonomy_lineage>
<comment>-</comment>
</gen_bank_xml>