# HG changeset patch # User geert-vandeweyer # Date 1392301639 18000 # Node ID e774395351f546077a91099b82e400b193a89784 # Parent 59c387dcb2d2b87767622b2846215cebca6def5b Uploaded diff -r 59c387dcb2d2 -r e774395351f5 mutect_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mutect_wrapper.xml Thu Feb 13 09:27:19 2014 -0500 @@ -0,0 +1,93 @@ + + + + gatk2_macros.xml + + + + muTect_wrapper.py -j "${GALAXY_DATA_INDEX_DIR}/shared/jars/muTect/muTect.jar" -T MuTect + #if $genomeSource.refGenomeSource == "history": + --ref "${genomeSource.ownFile}" + #else: + --ref "${genomeSource.index.fields.path}" + #end if + #if ($cosmic.has_cosmic): + --cosmic $cosmic.cosmicfile + #end if + --dbsnp $dbsnp + #if str($intervals) != "" + --intervals $intervals + #end if + #if str($intervals) == "" and str($intervalfile) != "" + --intervals $intervalfile + #end if + --input_normal $normal + ##--index_normal ${normal.metadata.bam_index} + --input_tumor $tumor + ##--index_tumor ${normal.metadata.bam_index} + --callstats $callstats + --coverage $coverage + --vcf $vcf > $logfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**Purpose** + +Run muTect on paired normal/tumor bam files. Currently, there is support for the default settings. We tried to follow the configuration settings of the GATK wrappers. If you're interested in contributing to these wrappers, feel free to contact me. + + + + + + + + + + + + + + + +