# HG changeset patch # User bzonnedda # Date 1487675061 18000 # Node ID 8354ca9111879b572089eba732bb4d536d1a0ab6 # Parent a899c18be1f6b1bec4053822a328581d2ac30d32 Uploaded diff -r a899c18be1f6 -r 8354ca911187 c_plotcalls.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c_plotcalls.xml Tue Feb 21 06:04:21 2017 -0500 @@ -0,0 +1,57 @@ + + cnv caller + + conifer_wrapper.pl --input $input --regions $plot_option.regions --html_file $html_file --html_folder $html_file.files_path + #if str($plot_option.plot_option_select) == "single" + --sample "$plot_option.sample" + #else + --window $plot_option.window + --multiple + #end if + 2>&1 + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Draw a HTML page with CNV plots. It accepts as input either a single region or a file with CoNIFER calls. + +**License and citation** + +This Galaxy tool is Copyright © 2013 `CRS4 Srl.`_ and is released under the `MIT license`_. + +.. _CRS4 Srl.: http://www.crs4.it/ +.. _MIT license: http://opensource.org/licenses/MIT + +If you use this tool in Galaxy, please cite |Cuccuru2014|_. + +.. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics*, accepted +.. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/early/2014/03/10/bioinformatics.btu135 + +This tool uses CoNIFER, which is licensed separately. Please cite: + +- |Krumm2012|_. + +.. |Krumm2012| replace:: (Krumm et al., 2012) Copy number variation detection and genotyping from exome sequence data. Genome research. +.. _Krumm2012: http://genome.cshlp.org/content/22/8/1525.full?sid=4a7a300a-b960-4544-8611-effc3315411c + +