Skip to content

Commit 76dff8f

Browse files
committed
readme mod
1 parent 81db743 commit 76dff8f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pdb/README.md

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

1717
##Contents
1818

19-
1. **pdb2rdf-cli**:
20-
19+
* **pdb2rdf-cli**:
2120
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:
2221

2322
1. Print the help:
@@ -29,12 +28,10 @@ The command line interface for this parser. Once you have installed the software
2928
4. Generate the output of this RDFizer as N-Quads
3029
./pdb2rdf.sh -dir /path/to/pdbml/files -out /path/to/outputdir -format NQUADS;
3130

32-
2. **pdb2rdf-parser**:
33-
31+
* **pdb2rdf-parser**:
3432
This module holds the set of classes that convert the PDBML file format to Bio2RDF compliant RDF.
3533

36-
3. **pdb2rdf-cluster**:
37-
34+
* **pdb2rdf-cluster**:
3835
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:
3936

4037
1. Print the help:

0 commit comments

Comments
 (0)