Skip to content

Commit

Permalink
add -n option
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia committed Nov 27, 2019
1 parent f69c174 commit 697e891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ abstractor -h
### General usage

```bash
# Get help
abstractor -e <endpoint_url> -p <entity_prefix> -o <output_file>
```

### Example with NeXtProt

```bash
# Get help
abstractor -e "https://sparql.nextprot.org" -p "http://nextprot.org/rdf#" -o "abstraction.ttl"
abstractor -e "https://sparql.nextprot.org" -p "http://nextprot.org/rdf#" -n nextprot -o "abstraction.ttl"
```

Obtained TTL file can be used with [AskOmics](https://github.com/askomics/flaskomics)

0 comments on commit 697e891

Please sign in to comment.