Skip to content
Snippets Groups Projects
Commit ce5f5c8b authored by samuel.hayden's avatar samuel.hayden
Browse files

Added --celltype arguement

parent f5d07781
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
typedef std::unordered_map<std::string, std::string> KeyValueMap;
typedef std::unordered_set<std::string> AcceptedKeys;
#define ACCEPTED_KEYS { "--input", "--bounds", "--output" }
#define ACCEPTED_KEYS { "--input", "--bounds", "--output", "--celltype" }
class ParseCommandLine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment