Skip to content

Commit

Permalink
include mordred in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoo committed May 15, 2019
1 parent 75f7d36 commit ad7197a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

```
$ python build.py -h
usage: build.py [-h] [--top_n TOP_N] [--drug_descriptor {dragon7}]
usage: build.py [-h] [--top_n TOP_N] [--drug_descriptor {dragon7,mordred}]
[--cell_feature {rnaseq}]
[--format {csv,tsv,parquet,hdf5,feather}]
optional arguments:
-h, --help show this help message and exit
--top_n TOP_N Number of cancer types to be included. Default 6
--drug_descriptor {dragon7}
--drug_descriptor {dragon7,mordred}
Drug descriptors
--cell_feature {rnaseq}
Cell line features
--format {csv,tsv,parquet,hdf5,feather}
Dataframe file format. Default hdf5
```
```

0 comments on commit ad7197a

Please sign in to comment.