Skip to content

Commit b055c21

Browse files
committedDec 23, 2014
replace long dash with '-'
1 parent c0cb269 commit b055c21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.loader

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ The application expects to find these files under a directory named `conf` under
2424
the working directory. The following is a list of configuration files and their
2525
usage:
2626

27-
* `log4j.properties` is global and control log4j behavior.
27+
* `log4j.properties` - is global and control log4j behavior.
2828

2929
* `Common.properties` - is global and used to configure the loader's JDBC
3030
connection string. Modify url and password accordingly.
3131

32-
* `MeSH.properties` is used to load MeSH diseases and their synonyms.
32+
* `MeSH.properties` - is used to load MeSH diseases and their synonyms.
3333

34-
* `Observation.properties` is used to load observation data into
34+
* `Observation.properties` - is used to load observation data into
3535
BIO\_OBSERVATION and its related tables.
3636

37-
* `Pathway.properties` is used to load Gene Ontology, KEGG and Ingenuity
37+
* `Pathway.properties` - is used to load Gene Ontology, KEGG and Ingenuity
3838
Pathway data.
3939

40-
* `SNP.properties` is used to load Affymetrix GenomeWideSNP 6 SNP Array
40+
* `SNP.properties` - is used to load Affymetrix GenomeWideSNP 6 SNP Array
4141
data, which is generated from Affymetrix's apt-probeset-genotype (genotyping
4242
data) and apt-copynumber-workflow (copy number data).
4343

44-
* `Annotation.properties` is used to load platform GPL files from GEO and
44+
* `Annotation.properties` - is used to load platform GPL files from GEO and
4545
Affymetrix.
4646

47-
* `Omicsoft.properties` is used to analyzed Gene Expression data from
47+
* `Omicsoft.properties` - is used to analyzed Gene Expression data from
4848
Omicsoft.
4949

5050

0 commit comments

Comments
 (0)
Please sign in to comment.