commit | ac4a3fb27552949ff43eacb314fa2e9ae18d1780 | [log] [tgz] |
---|---|---|
author | Jake Biesinger <jake.biesinger@gmail.com> | Thu Jul 11 18:29:09 2013 -0700 |
committer | Jake Biesinger <jake.biesinger@gmail.com> | Thu Jul 11 18:29:09 2013 -0700 |
tree | 9cf0f52295b4d24828d6d323d6a1ddc052579521 | |
parent | 4bb565e9ee0186e27dd7887d440d61ab6551e4f7 [diff] [blame] |
add script for simple random read generation
diff --git a/genomix/genomix-hadoop/src/test/python/convert_graphviz.py b/genomix/genomix-hadoop/src/test/python/convert_graphviz.py index fe9b778..4130052 100755 --- a/genomix/genomix-hadoop/src/test/python/convert_graphviz.py +++ b/genomix/genomix-hadoop/src/test/python/convert_graphviz.py
@@ -100,7 +100,7 @@ parser.add_argument('txt_graphs', nargs='*') parser.add_argument('--directory', '-d', help='Recurse here and plot all ' - 'graphs that are found.', nargs='+', default=[]) + 'graphs that are found.', action='append', default=[]) return parser