From ad7197ac16b7a81ec7081837524fc0d1527908c3 Mon Sep 17 00:00:00 2001 From: Hyunseung Yoo Date: Wed, 15 May 2019 15:54:02 -0500 Subject: [PATCH] include mordred in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8195770..dc489db 100644 --- a/README.md +++ b/README.md @@ -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 - ``` +```