Last change
on this file was
7040,
checked in by westram, 14 years ago
|
- merged from refactor [6875] [6876] [6877] [6878] [6879] [6880] [6881] [6882] [6892] [6893] [6902] [6909] [6919] [6920] [6921] [6924] [6938]
- formatted alignment of test-db
- added TEST_ASSERT_TEXTFILE_DIFFLINES
- added special mode that treats different dates as equal
- moved file compare tests to ARBDB (shall goto ARBCORE later)
- added tests for sequence export
- big test indicator
- skip SLOW warning when running under valgrind
- no ':' in patch names
- fixes included:
- do not export full installation path when exporting sequences as xml
- stuffed a leak in XML-exporter
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
---|
2 | <!DOCTYPE ARB_SEQ_EXPORT SYSTEM 'arb_seq_export.dtd' [ |
---|
3 | <!ENTITY nbsp " "> |
---|
4 | <!ENTITY acute "´"> |
---|
5 | <!ENTITY eacute "é"> |
---|
6 | <!ENTITY apostr "'"> |
---|
7 | <!ENTITY semi ";"> |
---|
8 | ]> |
---|
9 | |
---|
10 | <!--There is a basic version of ARB_seq_export.dtd in $ARBHOME/lib/dtd |
---|
11 | but you might need to expand it by yourself, |
---|
12 | because the ARB-database may contain any kind of fields.--> |
---|
13 | <ARB_SEQ_EXPORT database="DBname" export_date="Tue Sep 21 21:09:20 2010"> |
---|
14 | <species name="MetMazei"> |
---|
15 | <ALIGNMENT name="16s"> |
---|
16 | <data>.....................AUUCUGGUU-----GA--U-CC-U-G-CCAG-AG-GU-U-AC-U-GC--U-AU-C--G-GU-GUUC--GC---C-U--AAGCCA-U-GC-G-AGU-CAU-A-UGU---------A---------------..............</data> |
---|
17 | </ALIGNMENT> |
---|
18 | <acc>X69874</acc> |
---|
19 | <full_name>Methanosarcina mazei</full_name> |
---|
20 | <tax> [DEW] Archaea|Euryarchaeota|Methanomicrobium group [EBI] Prokaryota; Bacteria; Mendosicutes; Archaeobacteria;|Methanomicrobiales; Methanosarcinaceae.</tax> |
---|
21 | <seqcheck>ARB_C2C11C55</seqcheck> |
---|
22 | <AL>nov97</AL> |
---|
23 | <ARB_color>2</ARB_color> |
---|
24 | <float_test>3.14159</float_test> |
---|
25 | <bits_test>00000000111101001010000100001010</bits_test> |
---|
26 | </species> |
---|
27 | </ARB_SEQ_EXPORT> |
---|
Note: See
TracBrowser
for help on using the repository browser.