# HG changeset patch # User jbrayet # Date 1439560540 14400 # Node ID 81a5f18294f7d92b0f06f03aab2422f44328e16b # Parent aff64bdd2a36aada51cbf3ac86c478bb04c58297 Uploaded diff -r aff64bdd2a36 -r 81a5f18294f7 sequenza_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sequenza_wrapper.xml Fri Aug 14 09:55:40 2015 -0400 @@ -0,0 +1,155 @@ + + + allele-specific copy number and mutation profiles + + 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} + } + +