# HG changeset patch # User jbrayet # Date 1439903133 14400 # Node ID 3b7cb5a0ebf82e7da7f5f1ec8a6777495974e879 # Parent 55981156b1b3f82604cc20536683e37c2347a245 Uploaded diff -r 55981156b1b3 -r 3b7cb5a0ebf8 sequenza_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sequenza_wrapper.xml Tue Aug 18 09:05:33 2015 -0400 @@ -0,0 +1,159 @@ + + + allele-specific copy number and mutation profiles + + python + sequenza + + + sequenza_wrapper.py -name $sampleName -outGalaxy $HTMLFile -format $fileFormat.format -estimation $usePersonalEstimation.estimation -gcContent $gc_content_file + #if $fileFormat.format == "BAM": + #if $fileFormat.reference_source.reference_source_selector=="cached": + -selector $fileFormat.reference_source.reference_source_selector + -normal $fileFormat.reference_source.normal_file + -tumor $fileFormat.reference_source.tumor_file + -ref_file $fileFormat.reference_source.ref_file.fields.path + -samtools_options ' + $fileFormat.skip_anomalous_read_pairs + $fileFormat.disable_probabilistic_realignment + -d "$fileFormat.max_reads_per_bam" + -q "$fileFormat.minimum_mapping_quality" + -Q "$fileFormat.minimum_base_quality" + ' + #else: + -selector $fileFormat.reference_source.reference_source_selector + -normal $fileFormat.reference_source.normal_file + -tumor $fileFormat.reference_source.tumor_file + -ref_file $fileFormat.reference_source.ref_file + #end if + #else: + -normal $fileFormat.normal_file + -tumor $fileFormat.tumor_file + #end if + #if $usePersonalEstimation.estimation == "yes": + -cellularity $usePersonalEstimation.cellularity + -ploidy $usePersonalEstimation.ploidy + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Tools to analyze genomic sequencing data from paired normal-tumor samples, including cellularity and ploidy estimation; mutation and copy number (allele-specific and total copy number) detection, quantification and visualization. + + + + @article{Favero01012015, + author = {Favero, F. and Joshi, T. and Marquard, A. M. and Birkbak, N. J. and Krzystanek, M. and Li, Q. and Szallasi, Z. and Eklund, A. C.}, + title = {Sequenza: allele-specific copy number and mutation profiles from tumor sequencing data}, + volume = {26}, + number = {1}, + pages = {64-70}, + year = {2015}, + doi = {10.1093/annonc/mdu479}, + URL = {http://annonc.oxfordjournals.org/content/26/1/64.abstract}, + eprint = {http://annonc.oxfordjournals.org/content/26/1/64.full.pdf+html}, + journal = {Annals of Oncology} + } + +