Skip to content

Commit 81db743

Browse files
committed
readme mod
1 parent 619c7e4 commit 81db743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pdb/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This PDB RDFizer converts PDBML files to Bio2RDF R3 compliant linked data. This
1616

1717
##Contents
1818

19-
1. **pdb2rdf-cli**:
19+
1. **pdb2rdf-cli**:
2020

2121
The command line interface for this parser. Once you have installed the software go to pdb2rdf-cli/target and extract `pdb2rdf-cli-2.0.0-bin.zip`. This file contains `pdb2rdf.sh` an executable shell script that can be used to execute this rdfizer. Here are some example execution types:
2222

@@ -29,12 +29,11 @@ The command line interface for this parser. Once you have installed the software
2929
4. Generate the output of this RDFizer as N-Quads
3030
./pdb2rdf.sh -dir /path/to/pdbml/files -out /path/to/outputdir -format NQUADS;
3131

32-
33-
2. **pdb2rdf-parser**:
32+
2. **pdb2rdf-parser**:
3433

3534
This module holds the set of classes that convert the PDBML file format to Bio2RDF compliant RDF.
3635

37-
3. **pdb2rdf-cluster**:
36+
3. **pdb2rdf-cluster**:
3837

3938
The cluster edition of this parser. Once you have installed the software go to pdb2rdf-cluster/target and extract `pdb2rdf-cluster-2.0.0-bin.zip`. This file contains `run.sh` an executable shell script that can be used to initialize a PDBML file server onto which other `pdb2rdf.sh` instances can connect to. Here are some example execution types:
4039

@@ -44,6 +43,7 @@ The cluster edition of this parser. Once you have installed the software go to p
4443
./run.sh -dir /path/to/local/pdbml/direcory -gzip -port 8123
4544

4645
Once initialized pdb2rdf.sh clients can connect to the server in the following manner:
46+
4747
`./pdb2rdf.sh hasdk lskad jlaskdj LSK j`
4848

4949

0 commit comments

Comments
 (0)