-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathorg_broadinstitute_hellbender_tools_copynumber_CollectReadCounts.json
667 lines (667 loc) · 21.4 KB
/
org_broadinstitute_hellbender_tools_copynumber_CollectReadCounts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
{
"summary": "Collects read counts at specified intervals",
"arguments": [
{
"summary": "If true, adds a PG tag to created SAM/BAM/CRAM files.",
"name": "--add-output-sam-program-record",
"synonyms": "-add-output-sam-program-record",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "true",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If true, adds a command line header line to created VCF files.",
"name": "--add-output-vcf-command-line",
"synonyms": "-add-output-vcf-command-line",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "true",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "read one or more arguments files and add them to the command line",
"name": "--arguments_file",
"synonyms": "NA",
"type": "List[File]",
"required": "no",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Size of the cloud-only prefetch buffer (in MB; 0 to disable). Defaults to cloudPrefetchBuffer if unset.",
"name": "--cloud-index-prefetch-buffer",
"synonyms": "-CIPB",
"type": "int",
"required": "no",
"fulltext": "",
"defaultValue": "-1",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Size of the cloud-only prefetch buffer (in MB; 0 to disable).",
"name": "--cloud-prefetch-buffer",
"synonyms": "-CPB",
"type": "int",
"required": "no",
"fulltext": "",
"defaultValue": "40",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "If true, create a BAM/CRAM index when writing a coordinate-sorted BAM/CRAM file.",
"name": "--create-output-bam-index",
"synonyms": "-OBI",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "true",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If true, create a MD5 digest for any BAM/SAM/CRAM file created",
"name": "--create-output-bam-md5",
"synonyms": "-OBM",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If true, create a VCF index when writing a coordinate-sorted VCF file.",
"name": "--create-output-variant-index",
"synonyms": "-OVI",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "true",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If true, create a a MD5 digest any VCF file created.",
"name": "--create-output-variant-md5",
"synonyms": "-OVM",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If true, don\u0027t cache bam indexes, this will reduce memory requirements but may harm performance if many intervals are specified. Caching is automatically disabled if there are no intervals specified.",
"name": "--disable-bam-index-caching",
"synonyms": "-DBIC",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Read filters to be disabled before analysis",
"name": "--disable-read-filter",
"synonyms": "-DF",
"type": "List[String]",
"required": "no",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If specified, do not check the sequence dictionaries from our inputs for compatibility. Use at your own risk!",
"name": "--disable-sequence-dictionary-validation",
"synonyms": "-disable-sequence-dictionary-validation",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Disable all tool default read filters (WARNING: many tools will not function correctly without their default read filters on)",
"name": "--disable-tool-default-read-filters",
"synonyms": "-disable-tool-default-read-filters",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "One or more genomic intervals to exclude from processing",
"name": "--exclude-intervals",
"synonyms": "-XL",
"type": "List[String]",
"required": "no",
"fulltext": "Use this argument to exclude certain parts of the genome from the analysis (like -L, but the opposite).\n This argument can be specified multiple times. You can use samtools-style intervals either explicitly on the\n command line (e.g. -XL 1 or -XL 1:100-200) or by loading in a file containing a list of intervals\n (e.g. -XL myFile.intervals).",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Output file format.",
"name": "--format",
"synonyms": "NA",
"type": "Format",
"required": "no",
"fulltext": "",
"defaultValue": "HDF5",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": [
{
"summary": "",
"name": "TSV"
},
{
"summary": "",
"name": "HDF5"
}
]
},
{
"summary": "A configuration file to use with the GATK.",
"name": "--gatk-config-file",
"synonyms": "NA",
"type": "String",
"required": "no",
"fulltext": "",
"defaultValue": "null",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "If the GCS bucket channel errors out, how many times it will attempt to re-initiate the connection",
"name": "--gcs-max-retries",
"synonyms": "-gcs-retries",
"type": "int",
"required": "no",
"fulltext": "",
"defaultValue": "20",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "display the help message",
"name": "--help",
"synonyms": "-h",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "BAM/SAM/CRAM file containing reads",
"name": "--input",
"synonyms": "-I",
"type": "List[String]",
"required": "yes",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "required",
"options": []
},
{
"summary": "Amount of padding (in bp) to add to each interval you are excluding.",
"name": "--interval-exclusion-padding",
"synonyms": "-ixp",
"type": "int",
"required": "no",
"fulltext": "Use this to add padding to the intervals specified using -XL. For example, \u0027-XL 1:100\u0027 with a\n padding value of 20 would turn into \u0027-XL 1:80-120\u0027. This is typically used to add padding around targets when\n analyzing exomes.",
"defaultValue": "0",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Interval merging rule for abutting intervals",
"name": "--interval-merging-rule",
"synonyms": "-imr",
"type": "IntervalMergingRule",
"required": "no",
"fulltext": "By default, the program merges abutting intervals (i.e. intervals that are directly side-by-side but do not\n actually overlap) into a single continuous interval. However you can change this behavior if you want them to be\n treated as separate intervals instead.",
"defaultValue": "ALL",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": [
{
"summary": "",
"name": "ALL"
},
{
"summary": "",
"name": "OVERLAPPING_ONLY"
}
]
},
{
"summary": "Amount of padding (in bp) to add to each interval you are including.",
"name": "--interval-padding",
"synonyms": "-ip",
"type": "int",
"required": "no",
"fulltext": "Use this to add padding to the intervals specified using -L. For example, \u0027-L 1:100\u0027 with a\n padding value of 20 would turn into \u0027-L 1:80-120\u0027. This is typically used to add padding around targets when\n analyzing exomes.",
"defaultValue": "0",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Set merging approach to use for combining interval inputs",
"name": "--interval-set-rule",
"synonyms": "-isr",
"type": "IntervalSetRule",
"required": "no",
"fulltext": "By default, the program will take the UNION of all intervals specified using -L and/or -XL. However, you can\n change this setting for -L, for example if you want to take the INTERSECTION of the sets instead. E.g. to\n perform the analysis only on chromosome 1 exomes, you could specify -L exomes.intervals -L 1 --interval-set-rule\n INTERSECTION. However, it is not possible to modify the merging approach for intervals passed using -XL (they will\n always be merged using UNION).\n\n Note that if you specify both -L and -XL, the -XL interval set will be subtracted from the -L interval set.",
"defaultValue": "UNION",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": [
{
"summary": "Take the union of all intervals",
"name": "UNION"
},
{
"summary": "Take the intersection of intervals (the subset that overlaps all intervals specified)",
"name": "INTERSECTION"
}
]
},
{
"summary": "One or more genomic intervals over which to operate",
"name": "--intervals",
"synonyms": "-L",
"type": "List[String]",
"required": "yes",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "required",
"options": []
},
{
"summary": "Lenient processing of VCF files",
"name": "--lenient",
"synonyms": "-LE",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Output file for read counts.",
"name": "--output",
"synonyms": "-O",
"type": "File",
"required": "yes",
"fulltext": "",
"defaultValue": "null",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "required",
"options": []
},
{
"summary": "Whether to suppress job-summary info on System.err.",
"name": "--QUIET",
"synonyms": "NA",
"type": "Boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Read filters to be applied before analysis",
"name": "--read-filter",
"synonyms": "-RF",
"type": "List[String]",
"required": "no",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Indices to use for the read inputs. If specified, an index must be provided for every read input and in the same order as the read inputs. If this argument is not specified, the path to the index for each input will be inferred automatically.",
"name": "--read-index",
"synonyms": "-read-index",
"type": "List[String]",
"required": "no",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Validation stringency for all SAM/BAM/CRAM/SRA files read by this program. The default stringency value SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded.",
"name": "--read-validation-stringency",
"synonyms": "-VS",
"type": "ValidationStringency",
"required": "no",
"fulltext": "",
"defaultValue": "SILENT",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": [
{
"summary": "",
"name": "STRICT"
},
{
"summary": "",
"name": "LENIENT"
},
{
"summary": "",
"name": "SILENT"
}
]
},
{
"summary": "Reference sequence",
"name": "--reference",
"synonyms": "-R",
"type": "String",
"required": "no",
"fulltext": "",
"defaultValue": "null",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Output traversal statistics every time this many seconds elapse",
"name": "--seconds-between-progress-updates",
"synonyms": "-seconds-between-progress-updates",
"type": "double",
"required": "no",
"fulltext": "",
"defaultValue": "10.0",
"minValue": "-Infinity",
"maxValue": "Infinity",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Use the given sequence dictionary as the master/canonical sequence dictionary. Must be a .dict file.",
"name": "--sequence-dictionary",
"synonyms": "-sequence-dictionary",
"type": "String",
"required": "no",
"fulltext": "",
"defaultValue": "null",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "display hidden arguments",
"name": "--showHidden",
"synonyms": "-showHidden",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "advanced",
"options": []
},
{
"summary": "If true, don\u0027t emit genotype fields when writing vcf file output.",
"name": "--sites-only-vcf-output",
"synonyms": "NA",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
},
{
"summary": "Undocumented option",
"name": "--TMP_DIR",
"synonyms": "NA",
"type": "List[File]",
"required": "no",
"fulltext": "",
"defaultValue": "[]",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Whether to use the JdkDeflater (as opposed to IntelDeflater)",
"name": "--use-jdk-deflater",
"synonyms": "-jdk-deflater",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Whether to use the JdkInflater (as opposed to IntelInflater)",
"name": "--use-jdk-inflater",
"synonyms": "-jdk-inflater",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": []
},
{
"summary": "Control verbosity of logging.",
"name": "--verbosity",
"synonyms": "-verbosity",
"type": "LogLevel",
"required": "no",
"fulltext": "",
"defaultValue": "INFO",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "common",
"options": [
{
"summary": "",
"name": "ERROR"
},
{
"summary": "",
"name": "WARNING"
},
{
"summary": "",
"name": "INFO"
},
{
"summary": "",
"name": "DEBUG"
}
]
},
{
"summary": "display the version number for this tool",
"name": "--version",
"synonyms": "NA",
"type": "boolean",
"required": "no",
"fulltext": "",
"defaultValue": "false",
"minValue": "NA",
"maxValue": "NA",
"minRecValue": "NA",
"maxRecValue": "NA",
"kind": "optional",
"options": []
}
],
"description": "Collects read counts at specified intervals. The count for each interval is calculated by counting\n the number of read starts that lie in the interval.\n\n \u003ch3\u003eInputs\u003c/h3\u003e\n\n \u003cul\u003e\n \u003cli\u003e\n SAM format read data\n \u003c/li\u003e\n \u003cli\u003e\n Intervals at which counts will be collected.\n The argument interval-merging-rule must be set to IntervalMergingRule#OVERLAPPING_ONLY\n and all other common arguments for interval padding or merging must be set to their defaults.\n \u003c/li\u003e\n \u003cli\u003e\n Output file format. This can be used to select TSV or HDF5 output.\n \u003c/li\u003e\n \u003c/ul\u003e\n\n \u003ch3\u003eOutput\u003c/h3\u003e\n\n \u003cul\u003e\n \u003cli\u003e\n Counts file.\n By default, the tool produces HDF5 format results. This can be changed with the format option\n to TSV format. Using HDF5 files with CreateReadCountPanelOfNormals\n can decrease runtime, by reducing time spent on IO, so this is the default output format.\n The HDF5 format contains information in the paths defined in HDF5SimpleCountCollection. HDF5 files may be viewed using\n \u003ca href\u003d\"https://support.hdfgroup.org/products/java/hdfview/\"\u003ehdfview\u003c/a\u003e or loaded in python using\n \u003ca href\u003d\"http://www.pytables.org/\"\u003ePyTables\u003c/a\u003e or \u003ca href\u003d\"http://www.h5py.org/\"\u003eh5py\u003c/a\u003e.\n The TSV format has a SAM-style header containing a read group sample name, a sequence dictionary, a row specifying the column headers contained in\n SimpleCountCollection.SimpleCountTableColumn, and the corresponding entry rows.\n \u003c/li\u003e\n \u003c/ul\u003e\n\n \u003ch3\u003eUsage example\u003c/h3\u003e\n\n \u003cpre\u003e\n gatk CollectReadCounts \\\n -I sample.bam \\\n -L intervals.interval_list \\\n --interval-merging-rule OVERLAPPING_ONLY \\\n -O sample.counts.hdf5\n \u003c/pre\u003e",
"name": "CollectReadCounts",
"group": "Coverage Analysis",
"beta": true,
"experimental": false
}