-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_example.ini
31 lines (31 loc) · 1.51 KB
/
config_example.ini
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
[DEFAULT]
# Location of the mousemine XML query
MOUSEMINE_QUERY_PATH = docs/mousemine_query.xml
MOUSEMINE_SERVICE = Allele
# In order to support migration from legacy data
KOMP2_DATASOURCE = mysql://user:password@host:port/database
MOUSE_MINER_URL = http://www.mousemine.org/mousemine/service
EUROPE_PMC_SERVICE_URL = https://www.ebi.ac.uk/europepmc/webservices/rest/search/query=
# Europe PMC query template for citations
EUROPE_PMC_CITES_QUERY = CITES:{pmid}_MED and src:MED and FIRST_PDATE:[1999 TO 2018]
# Europe PMC query template for keywords
EUROPE_PMC_KEYWORDS_QUERY = "{keyword}" NOT AUTH:"{keyword}" NOT REF:"{keyword}" AND SRC:"MED" AND FIRST_PDATE:[1999 TO 2018]
# Europe PMC query template for PMIDs
EUROPE_PMC_PMID_QUERY = ext_id:{pmid} and src:MED
# Europe PMC query options
EUROPE_PMC_QUERY_OPTS = &format=json&resulttype=core&cursorMark={cursor}
PMC_AOI_URL = https://www.ncbi.nlm.nih.gov/pmc/utils/oa/oa.fcgi?id={pmcid}&format=tgz
DOI_RESOLVER_URL = https://doi.org/api/handles/{doi}?type=URL
# MongoDB to store the results
MONGO_DATASOURCE_URL = mongodb://user:password@host:port/authdb
# Keywords to make the search
TARGET_KEYWORDS = EUCOMM,KOMP
TXT_DIR = tests/txt/
XML_DIR = tests/xml/
# Solr core to resolve allele names
ALLELE2_SOLR = http://localhost:8983/solr/allele2/
CLASS_PATH = org.impc.publications.models.Publication
TARGET_ALLELE_FILE = docs/infrafrontier_alleles.txt
ORDER_ID_FILE = docs/infrafrontier_order_ids.csv
LOAD_ALLELE_FILE = docs/emma_alleles.csv
LOAD_PMIDS_FILE = docs/infrafrontier_reviewed_pmids.txt