All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ene-mapper-resources.2.5.0.source-code.costosys.xml Maven / Gradle / Ivy

Go to download

This project assembles code and files required to build the dictionaries and indexes used by the JCoRe Gene Mapper.

The newest version!
<?xml version="1.0" ?>
<databaseConnectorConfiguration>
    <DBSchemaInformation>
        <activePostgresSchema>public</activePostgresSchema>
        <activeTableSchema>medline_2017</activeTableSchema>
        <tableSchemas>
	 <tableSchema name="xmi_text_view">
		<field name="pmid" primaryKey="true" retrieve="true" type="text"/>
		<field name="base_document" retrieve="true" type="bytea" gzip="true"/>
	    </tableSchema>
            <tableSchema forEach="." name="xmi_anno_view">
                <field name="pmid" primaryKey="true" retrieve="true" type="text" xpath="PMID"/>
                <field gzip="true" name="xmi" retrieve="true" returnXMLFragment="true" type="bytea" xpath="."/>
            </tableSchema>
        </tableSchemas>
    </DBSchemaInformation>
    <DBConnectionInformation>
        <activeDBConnection>pubmed</activeDBConnection>
	<maxActiveDBConnections>5</maxActiveDBConnections>
        <DBConnections>
            <DBConnection name="pubmed" url="jdbc:postgresql://192.168.1.15:5432/pubmed"/>
        </DBConnections>
    </DBConnectionInformation>
</databaseConnectorConfiguration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy