Skip to content

Commit 0fbbff1

Browse files
committed
finished updating readme
1 parent 76dff8f commit 0fbbff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The command line interface for this parser. Once you have installed the software
3232
This module holds the set of classes that convert the PDBML file format to Bio2RDF compliant RDF.
3333

3434
* **pdb2rdf-cluster**:
35-
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:
35+
The cluster edition of this parser. Use this module if you have multiple computers that can be used to simultaneously convert PDBML files into RDF 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:
3636

3737
1. Print the help:
3838
./run.sh
@@ -41,7 +41,7 @@ The cluster edition of this parser. Once you have installed the software go to p
4141

4242
Once initialized pdb2rdf.sh clients can connect to the server in the following manner:
4343

44-
`./pdb2rdf.sh hasdk lskad jlaskdj LSK j`
44+
./pdb2rdf.sh -cluster 192.168.1.123:8123 -out /tmp/output/directory
4545

4646

4747

0 commit comments

Comments
 (0)