-
Notifications
You must be signed in to change notification settings - Fork 0
/
biosample.plan
64 lines (61 loc) · 1.81 KB
/
biosample.plan
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
<alvisnlp-plan id="biosample">
<read class="XMLReader">
<sourcePath>biosample-split</sourcePath>
<xslTransform>res://XMLReader/biosample2alvisnlp.xslt</xslTransform> <!-- since alvisnlp commit 363df429a80b960febfb5022182b9d2743e4398b -->
</read>
<habitat-attributes class="FileMapper">
<mappingFile>etc/biosample-habitat-attributes.txt</mappingFile>
<targetFeatures>habitat-attribute</targetFeatures>
<target>documents.sections</target>
<form>@name</form>
</habitat-attributes>
<table class="TabularExport">
<outDir>.</outDir>
<corpusFile>biosample-table.txt</corpusFile>
<lines>documents</lines>
<columns>
@id,
sections:Title.contents,
sections:Organism.@taxid,
sections:Organism.contents,
sections:biotic_relationship.contents,
sections:disease.contents,
sections:env_biome.contents,
sections:env_feature.contents,
sections:env_material.contents,
sections:env_package.contents,
sections:host.contents,
sections:host_sex.contents,
sections:host_tissue_sampled.contents,
sections:isolation_source.contents,
sections:pathogenicity.contents,
sections:plant_product.contents,
sections:rel_to_oxygen.contents,
sections:sample_type.contents,
sections:tissue.contents,
sections:trophic_level.contents
</columns>
<headers>
"ACCESSION",
"TITLE",
"TAXID",
"ORGANISM",
"BIOTIC_RELATIONSHIP",
"DISEASE",
"ENV_BIOME",
"ENV_FEATURE",
"ENV_MATERIAL",
"ENV_PACKAGE",
"HOST",
"HOST_SEX",
"HOST_TISSUE_SAMPLED",
"ISOLATION_SOURCE",
"PATHOGENICITY",
"PLANT_PRODUCT",
"REL_TO_OXYGEN",
"SAMPLE_TYPE",
"TISSUE",
"TROPHIC_LEVEL"
</headers>
</table>
</alvisnlp-plan>