From f1a5af426791295f4dd61b419d1baabedf82f442 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Mon, 30 Sep 2019 13:42:31 -0400 Subject: [PATCH] fix --- .../data_mass_spec_benchmark/write_proteome_peptides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads-generation/data_mass_spec_benchmark/write_proteome_peptides.py b/downloads-generation/data_mass_spec_benchmark/write_proteome_peptides.py index 76fa9bb2..bc9c7228 100644 --- a/downloads-generation/data_mass_spec_benchmark/write_proteome_peptides.py +++ b/downloads-generation/data_mass_spec_benchmark/write_proteome_peptides.py @@ -33,7 +33,7 @@ parser.add_argument( "--debug-max-rows", metavar="N", type=int, - default=10, + default=None, help="Max rows to process. Useful for debugging. If specified an ipdb " "debugging session is also opened at the end of the script") parser.add_argument( -- GitLab