# HG changeset patch # User artbio # Date 1697371584 0 # Node ID 646e6943bcd264c82cd8ef3fdcdd5a223f76a671 # Parent b040adcfeefd1efe03f88a3f163a1e3afb0c32a2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gatk4 commit 9c42369510cce59bf0dcb0edb440322d17b18339 diff -r b040adcfeefd -r 646e6943bcd2 FilterMutectCalls.xml --- a/FilterMutectCalls.xml Tue Jan 04 15:10:59 2022 +0000 +++ b/FilterMutectCalls.xml Sun Oct 15 12:06:24 2023 +0000 @@ -1,4 +1,4 @@ - + Filter variants in a GATK4 Mutect2 VCF callset macros.xml @@ -91,7 +91,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -112,7 +112,7 @@ - + diff -r b040adcfeefd -r 646e6943bcd2 MergeMutectStats.xml --- a/MergeMutectStats.xml Tue Jan 04 15:10:59 2022 +0000 +++ b/MergeMutectStats.xml Sun Oct 15 12:06:24 2023 +0000 @@ -1,4 +1,4 @@ - + Merge the stats output by scatters of a single Mutect2 job macros.xml diff -r b040adcfeefd -r 646e6943bcd2 Mutect2.xml --- a/Mutect2.xml Tue Jan 04 15:10:59 2022 +0000 +++ b/Mutect2.xml Sun Oct 15 12:06:24 2023 +0000 @@ -1,4 +1,4 @@ - + - Call somatic SNVs and indels via local assembly of haplotypes macros.xml @@ -25,12 +25,10 @@ #set ref_flag='' #end if - #if str($mode.mode_parameters) == 'tumor_only' - ln -s $mode.tumor tumor.bam && - ln -s $mode.tumor.metadata.bam_index tumor.bam.bai && - #else - ln -s $mode.tumor tumor.bam && - ln -s $mode.tumor.metadata.bam_index tumor.bam.bai && + ln -s $tumor tumor.bam && + ln -s $tumor.metadata.bam_index tumor.bam.bai && + + #if str($mode.mode_parameters) == 'somatic' ln -s $mode.normal normal.bam && ln -s $mode.normal.metadata.bam_index normal.bam.bai && #end if @@ -288,16 +286,15 @@ ]]> + - - @@ -504,7 +501,6 @@ - @@ -602,10 +598,10 @@ - + + - @@ -616,26 +612,25 @@ - + + - - - + + - @@ -647,10 +642,10 @@ - + + - @@ -661,10 +656,10 @@ - + + - @@ -679,10 +674,10 @@ - + + - @@ -697,16 +692,17 @@ `__) -with the assembly-based machinery of -`HaplotypeCaller `__. +somatic genotyping engine of the original MuTect_ (Cibulskis et al. 2013) +with the assembly-based machinery of HaplotypeCaller (see +gatk.broadinstitute.org/hc/en-us/articles/360035531412-HaplotypeCaller-in-a-nutshell). + +.. _MuTect: http://www.nature.com/nbt/journal/v31/n3/full/nbt.2514.html This tool is featured in the *Somatic Short Mutation calling Best -Practice Workflow*. See `this article `__ +Practice Workflow*. See gatk.broadinstitute.org/hc/en-us/articles/360035531132 for an overview of what traditional somatic calling entails, with usage examples. For the -latest pipeline scripts, see the `Mutect2 WDL scripts -directory `__. +latest pipeline scripts, see the Mutect2 WDL scripts directory (see +github.com/broadinstitute/gatk/tree/master/scripts/mutect2_wdl). Although we present the tool for somatic calling, it may apply to other contexts, such as mitochondrial variant calling. diff -r b040adcfeefd -r 646e6943bcd2 macros.xml --- a/macros.xml Tue Jan 04 15:10:59 2022 +0000 +++ b/macros.xml Sun Oct 15 12:06:24 2023 +0000 @@ -1,7 +1,7 @@ 4.1.7.0 - @VERSION@+galaxy2 + @VERSION@+galaxy3 @@ -603,7 +603,7 @@ gzipped_output - + gzipped_output diff -r b040adcfeefd -r 646e6943bcd2 macros_filtermutectcalls.xml --- a/macros_filtermutectcalls.xml Tue Jan 04 15:10:59 2022 +0000 +++ b/macros_filtermutectcalls.xml Sun Oct 15 12:06:24 2023 +0000 @@ -1,7 +1,7 @@ 4.1.7.0 - @VERSION@+galaxy1 + @VERSION@+galaxy2