From dbe09f83a2abe89d0a81dde0d022931e8cb9650f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 27 Aug 2019 20:25:14 +0200 Subject: [PATCH] Increased the threshold of elements per line in a column before they are stored as a character string --- python/obitools3/apps/optiongroups/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/apps/optiongroups/__init__.py b/python/obitools3/apps/optiongroups/__init__.py index 43391fb..894a965 100755 --- a/python/obitools3/apps/optiongroups/__init__.py +++ b/python/obitools3/apps/optiongroups/__init__.py @@ -227,7 +227,7 @@ def __addDMSOutputOption(optionManager): group.add_argument('--max-elts', action="store", dest="obi:maxelts", metavar='', - default=1000, + default=1000000, type=int, help="Maximum number of elements per line in a column " "(e.g. the number of different keys in a dictionary-type "