File: edgelabels.xml

package info (click to toggle)
python-biopython 1.68%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,860 kB
  • ctags: 13,237
  • sloc: python: 160,306; xml: 93,216; ansic: 9,118; sql: 1,208; makefile: 155; sh: 63
file content (38 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (7)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<nex:nexml 
	version="0.9" 
	xml:base="http://example.org/"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.nexml.org/2009 http://www.nexml.org/2009/nexml.xsd"
	xmlns:nex="http://www.nexml.org/2009"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns="http://www.nexml.org/2009">	        
	<otus id="tax1" label="RootTaxaBlock">
		<otu id="t1"/>
		<otu id="t2"/>
		<otu id="t3"/>
		<otu id="t4"/>
		<otu id="t5"/>
	</otus>
	<trees otus="tax1" id="Trees" label="TreesBlockFromXML">
		<tree id="tree1" xsi:type="nex:FloatTree" label="tree1">
			<node id="n1" label="n1" root="true"/>
			<node id="n2" label="n2" otu="t1"/>
			<node id="n3" label="n3"/>
			<node id="n4" label="n4"/>
			<node id="n5" label="n5" otu="t3"/>
			<node id="n6" label="n6" otu="t2"/>
			<node id="n7" label="n7"/>
			<node id="n8" label="n8" otu="t5"/>
			<node id="n9" label="n9" otu="t4"/>
			<edge source="n1" target="n3" id="e1" label="e1"/>			
			<edge source="n1" target="n2" id="e2" label="e2"/>
			<edge source="n3" target="n4" id="e3" label="e3"/>
			<edge source="n3" target="n7" id="e4" label="e4"/>
			<edge source="n4" target="n5" id="e5" label="e5"/>
			<edge source="n4" target="n6" id="e6" label="e6"/>
			<edge source="n7" target="n8" id="e7" label="e7"/>
			<edge source="n7" target="n9" id="e8" label="e8"/>
		</tree>				
	</trees>
</nex:nexml>