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
*`-ts, --tumor_samplename TEXT`: Name of Tumor Sample [required]
184
+
*`-ns, --normal_samplename TEXT`: Name of MATCHED normal sample [required]
185
+
*`--tumor_detect_alt_thres TEXT`: The Minimum Alt depth required to be considered detected in fillout [default: 2]
186
+
*`--tumor_detect_alt_thres TEXT`: The Minimum Alt depth required to be considered detected in fillout [default: 2]
187
+
*`--curated_detect_alt_thres TEXT`: The Minimum Alt depth required to be considered detected in fillout [default: 2]
188
+
*`--plasma_detect_alt_thres TEXT`: The Minimum Alt depth required to be considered detected in fillout [default: 2]
189
+
*`--tumor_TD_min TEXT`: The Minimum Total Depth required in tumor to consider a variant Likely Germline [default: 20]
190
+
*`--normal_TD_min TEXT`: The Minimum Total Depth required in Matched Normal to consider a variant Germline [default: 20]
191
+
*`--tumor_vaf_germline_thres TEXT`: The threshold for variant allele fraction required in Tumor to be consider a variant Likely Germline [default: 0.4]
192
+
*`--tumor_vaf_germline_thres TEXT`: The threshold for variant allele fraction required in Matched Normal to be consider a variant Germline [default: 0.4]
193
+
*`--tier_one_alt_min TEXT`: The Minimum Alt Depth required in hotspots [default: 3]
194
+
*`--tier_two_alt_min TEXT`: The Minimum Alt Depth required in non-hotspots [default: 5]
195
+
*`--min_n_curated_samples_alt_detected TEXT`: The Minimum number of curated samples variant is detected to be flagged [default: 2]
196
+
*`--tn_ratio_thres TEXT`: Tumor-Normal variant fraction ratio threshold [default: 5]
197
+
*`--help`: Show this message and exit.
198
+
199
+
#### `main maf filter access_remove_variants`
200
+
201
+
Filter a MAF file based on all the parameters satisfied by the remove variants by annotations CWL script in the ACCESS pipeline
202
+
203
+
**Usage**:
204
+
205
+
```console
206
+
$ main maf filter access_remove_variants [OPTIONS]
207
+
```
208
+
209
+
**Options**:
210
+
211
+
*`-m, --maf FILE`: MAF file to subset [required]
212
+
*`-i, --intervals FILE`: Intervals file containing rows of criterion to tag input MAF by [required]
*`-sep, --separator TEXT`: Specify a seperator for delimited data. [default: tsv]
542
+
*`-sheet, --samplesheet PATH`: Samplesheets in nucleovar formatting. See README for more info: `https://github.com/mskcc-omics-workflows/nucleovar/blob/main/README.md`. Used to add fillout type information to maf. The `sample_id` and `type` columns must be present.
393
543
*`--help`: Show this message and exit.
394
544
395
545
#### `main maf tag truncating_mut_in_TSG`
@@ -468,6 +618,65 @@ $ main mutect1 case-control filter [OPTIONS]
468
618
*`-o, --outDir TEXT`: Full Path to the output dir
469
619
*`--help`: Show this message and exit.
470
620
621
+
## `main mutect2`
622
+
623
+
post-processing commands for MuTect version 2 VCFs.
624
+
625
+
**Usage**:
626
+
627
+
```console
628
+
$ main mutect2 [OPTIONS] COMMAND [ARGS]...
629
+
```
630
+
631
+
**Options**:
632
+
633
+
*`--help`: Show this message and exit.
634
+
635
+
**Commands**:
636
+
637
+
*`case-control`: Post-processing commands for filtering of...
638
+
639
+
### `main mutect2 case-control`
640
+
641
+
Post-processing commands for filtering of MuTect version 2 VCF input file.
642
+
643
+
**Usage**:
644
+
645
+
```console
646
+
$ main mutect2 case-control [OPTIONS] COMMAND [ARGS]...
647
+
```
648
+
649
+
**Options**:
650
+
651
+
*`--help`: Show this message and exit.
652
+
653
+
**Commands**:
654
+
655
+
*`filter`: This tool helps to filter MuTect version 2...
656
+
657
+
#### `main mutect2 case-control filter`
658
+
659
+
This tool helps to filter MuTect version 2 VCFs for case-control calling
660
+
661
+
**Usage**:
662
+
663
+
```console
664
+
$ main mutect2 case-control filter [OPTIONS]
665
+
```
666
+
667
+
**Options**:
668
+
669
+
*`-i, --inputVcf FILE`: Input vcf generated by MuTect2 which needs to be processed [required]
670
+
*`-it, --inputTxt FILE`: Input Txt generated by MuTect which needs to be processed. NOTE, a Txt file will not be used for Mutect2 filtering as it is not provided in standard output. [default: /dev/null]
671
+
*`--refFasta FILE`: Input reference fasta [default: /dev/null]
672
+
*`--tsampleName TEXT`: Name of the tumor sample. [required]
0 commit comments