Skip to content

Commit

Permalink
Improve in drugbank-open section
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta authored Apr 16, 2021
1 parent 620664c commit 1e8978c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ Available options may vary depending on the version. To display all available op

To make your work easier, Molstruct has built-in preset support. Thanks to this, you do not have to set everything manually, you just select the appropriate preset and it's ready. The presets are flexible. If you want to change e.g. the column names selected for a preset, you can do so. At the moment you can use the [DrugBank open](https://www.drugbank.ca/releases/latest#open-data) preset. It is planned to add more in the future. Any suggestions are welcome!

### ``drugbank-open``
### `drugbank-open`

Settings for the [open DrugBank dataset](https://www.drugbank.ca/releases/latest#open-data) in CSV file. The following settings are used for ``drugbank-open`` preset:
Settings for the [open DrugBank dataset](https://www.drugbank.ca/releases/latest#open-data) in CSV file:

* ``--value-delimiter`` is set to ' | '
* ``--identifier`` is set to 'CAS'
* ``--name`` is set to 'Common name'
* ``--inChIKey`` is set to 'Standard InChI Key'
* ``--alternateName`` is set to 'Synonyms'
* `--value-delimiter` is set to ' | '
* `--identifier` is set to 'CAS'
* `--name` is set to 'Common name'
* `--inChIKey` is set to 'Standard InChI Key'
* `--alternateName` is set to 'Synonyms'

## Examples

Expand Down

0 comments on commit 1e8978c

Please sign in to comment.