You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--output_file', default=None, help='output results filename, if filename is too long will truncate filename')
22
23
parser.add_argument('--parallel_query', default="NO", help='YES to make it parallel with ray locally, NO is default')
23
24
parser.add_argument('--cache', default="YES", help='YES to cache with feather, YES is the default')
24
25
parser.add_argument('--original_path', default=None, help='Original absolute path for the filename, useful in proteosafe')
25
-
parser.add_argument('--extract_mzML', default=None, help='Extracting spectra found as mzML file')
26
-
parser.add_argument('--extract_json', default=None, help='Extracting spectra found as json file, each spectrum is a line')
26
+
parser.add_argument('--extract_mzML', default=None, help='Extracting spectra found as mzML file, if filename is too long will truncate filename')
27
+
parser.add_argument('--extract_json', default=None, help='Extracting spectra found as json file, each spectrum is a line, if filename is too long, wiil truncate',)
27
28
parser.add_argument('--maxfilesize', default=None, help='Maximum file size in MB')
0 commit comments