Skip to content

Commit

Permalink
Documentation has been updated, in preparation for Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Jun 28, 2018
1 parent 25936d2 commit be170e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pubEnricher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This program is written for Python 3.5 and later. The installation procedure is
Once the program is installed, and its environment activated, you can see the different options using `-h` flag:

```
usage: pubEnricher.py [-h] [-F] [-d] [-b {europepmc,pubmed,wikidata}]
usage: pubEnricher.py [-h] [-F] [--fully-annotated] [-d]
[-b {europepmc,pubmed,wikidata,meta}]
[-C CONFIG_FILENAME] [--save-opeb SAVE_OPEB_FILENAME]
[--use-opeb LOAD_OPEB_FILENAME]
(-D RESULTS_DIR | -f RESULTS_FILE)
Expand All @@ -19,8 +20,10 @@ optional arguments:
-h, --help show this help message and exit
-F, --full Return the full gathered citation results, not the
citation stats by year
--fully-annotated Return the reference and citation results fully
annotated, not only the year
-d, --debug Show the URL statements
-b {europepmc,pubmed,wikidata}, --backend {europepmc,pubmed,wikidata}
-b {europepmc,pubmed,wikidata,meta}, --backend {europepmc,pubmed,wikidata,meta}
Choose the enrichment backend
-C CONFIG_FILENAME, --config CONFIG_FILENAME
Config file to pass setup parameters to the different
Expand Down

0 comments on commit be170e7

Please sign in to comment.