From 98d0db3b9efc4416c10f0daa1173fcd0f8cc1676 Mon Sep 17 00:00:00 2001 From: Tammy DiPrima Date: Tue, 14 Apr 2020 10:23:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae2eb59..a8a5ce0 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,10 @@ Example: python file_gen_util.py -d "/path/to/upload_dir" -dl "/path/to/httplinks.csv" -t "manifest_type" ``` -**Parameter:** `manifest_type`
-"map" or "segmentation" +**Parameter:** `manifest_type` +- map +- heatmap +- segmentation **Parameter:** `substring_to_replace` (optional)
If there is a part of the filename that needs to be stripped out (for example, file ends in "-test") then pass "\-test" (note the '-' is escaped) as the last argument.