# HG changeset patch # User nilesh # Date 1374082776 18000 # Node ID eb60bf61a2b717802d7f33ec3d74e7ed06a977a8 # Parent c11fe2766a0ccfac5a934f15f6eb97a97a0a498c first commit diff -r c11fe2766a0c -r eb60bf61a2b7 all_fasta.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/all_fasta.loc.sample Wed Jul 17 12:39:36 2013 -0500 @@ -0,0 +1,18 @@ +#This file lists the locations and dbkeys of all the fasta files +#under the "genome" directory (a directory that contains a directory +#for each build). The script extract_fasta.py will generate the file +#all_fasta.loc. This file has the format (white space characters are +#TAB characters): +# +# +# +#So, all_fasta.loc could look something like this: +# +#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa +#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa +# +#Your all_fasta.loc file should contain an entry for each individual +#fasta file. So there will be multiple fasta files for each build, +#such as with hg19 above. +# diff -r c11fe2766a0c -r eb60bf61a2b7 muTect.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/muTect.xml Wed Jul 17 12:39:36 2013 -0500 @@ -0,0 +1,107 @@ + + identify somatic point mutations + + MUTECTPATH + + + -Xmx2g -jar \$MUTECTPATH/muTect-1.1.1.jar + --analysis_type MuTect + --reference_sequence $reference + #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_file:normal $normal + --input_file:tumor $tumor + --out call_stats.txt + --coverage_file coverage.wig.txt + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**License** + +TmuTect Revision: 44830 +GATK Revision: 2.1-202-g2fe6a31 +Copyright (c) 2012 The Broad Institute +Please view our documentation at http://www.broadinstitute.org/gsa/wiki +For support, please view our support site at http://getsatisfaction.com/gsa + +**What it does** + +MuTect is a method developed at the Broad Institute for the reliable +and accurate identification of somatic point mutations in next generation +sequencing data of cancer genomes. + + + +**Input** + +Reference Genome: + + Fasta file of ref gnome + +Normal Sample: + + bam normal sample + +Tumor Sample: + + bam tumor sample + + +Intervals: + + A list of genomic intervals over which to operate. + + + +**Output** + +Caller Output: + + Detailed caller output + +Coverage Output: + + write out coverage in WIGGLE format to this file + + + + + + + + diff -r c11fe2766a0c -r eb60bf61a2b7 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Jul 17 12:39:36 2013 -0500 @@ -0,0 +1,8 @@ + + + + + value, dbkey, name, path + +
+
diff -r c11fe2766a0c -r eb60bf61a2b7 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jul 17 12:39:36 2013 -0500 @@ -0,0 +1,6 @@ + + + + $REPOSITORY_INSTALL_DIR + +