Skip to content

Commit

Permalink
Small README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Oct 17, 2020
1 parent 8ef4b17 commit 632cfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The `$(pwd)` sub-command expands to the current working directory on Linux or ma
docker run -it --rm --name sdfeater-app --mount type=bind,source="$(pwd)"/input,target=/app/input,readonly lszeremeta/sdfeater:latest
```

### Build Maven project yourself
### Build SDFEater from sources

You need Java with Maven installed.

Expand Down Expand Up @@ -101,7 +101,7 @@ java -jar SDFEater-VERSION-jar-with-dependencies.jar -i ../examples/chebi_test.s
Returns [JSON-LD](https://json-ld.org/) and redirect output to `molecules.jsonld` file. SDFEater run from a JAR file.

```shell
docker run -it --rm --name sdfeater-app --mount type=bind,source=/home/user/input,target=/app/input,readonly lszeremeta/sdfeater:latest -i /app/input/chebi_test.sdf -f microdata > molecules.html
docker run -it --rm --name sdfeater-app --mount type=bind,source=/home/user/input,target=/app/input,readonly lszeremeta/sdfeater:latest -i input/chebi_test.sdf -f microdata > molecules.html
```

Returns simple HTML with added [Microdata](https://www.w3.org/TR/microdata/) and redirect output to `molecules.html` file. Run from pre-build Docker image.
Expand Down

0 comments on commit 632cfe1

Please sign in to comment.