# HG changeset patch # User morinlab # Date 1476210809 14400 # Node ID 2a6cd0e894d5d29e24d40a79cfe05191500b8f81 planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/somatic_sniper commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty diff -r 000000000000 -r 2a6cd0e894d5 citations.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/citations.xml Tue Oct 11 14:33:29 2016 -0400 @@ -0,0 +1,153 @@ + + + + @unpublished{ + albuquerque2016galaxy, + author = "Marco Albuquerque and Bruno Grande and Elie Ritch and Martin Krzywinski and Prasath Pararajalingam and Selin Jessa and Paul Boutros and Sohrab Shah and Ryan Morin", + title = "A Suite of Galaxy Tools for Cancer Mutational Analysis", + note = "Unpublished Manuscript", + year = "2016" + } + + + + + @article{ + Lai20062016, + title = {VarDict: a novel and versatile variant caller for next-generation sequencing in cancer research}, + author = {Lai, Zhongwu and Markovets, Aleksandra and Ahdesmaki, Miika and Chapman, Brad and Hofmann, Oliver and McEwen, Robert and Johnson, Justin and Dougherty, Brian and Barrett, J. Carl and Dry, Jonathan R.}, + journal = {Nucleic Acids Research} + volume = {44}, + number = {11}, + pages = {e108}, + year = {2016}, + doi = {10.1093/nar/gkw227} + } + + + + + @article{ + Larson01022012, + author = {Larson, David E. and Harris, Christopher C. and Chen, Ken and Koboldt, Daniel C. and Abbott, Travis E. and Dooling, David J. and Ley, Timothy J. and Mardis, Elaine R. and Wilson, Richard K. and Ding, Li}, + title = {SomaticSniper: identification of somatic point mutations in whole genome sequencing data}, + volume = {28}, + number = {3}, + pages = {311-317}, + year = {2012}, + doi = {10.1093/bioinformatics/btr665}, + journal = {Bioinformatics} + } + + + + + @ARTICLE{Goecks2010-ra, + title = "Galaxy: a comprehensive approach for supporting accessible, + reproducible, and transparent computational research in the life + sciences", + author = "Goecks, Jeremy and Nekrutenko, Anton and Taylor, James and + {Galaxy Team}", + journal = "Genome Biol.", + volume = 11, + number = 8, + pages = "R86", + month = "25~", + year = 2010 + } + + + + + + @ARTICLE{Rausch2012-yi, + title = "{DELLY}: structural variant discovery by integrated paired-end + and split-read analysis", + author = "Rausch, Tobias and Zichner, Thomas and Schlattl, Andreas and + St{\"{u}}tz, Adrian M and Benes, Vladimir and Korbel, Jan O", + journal = "Bioinformatics", + volume = 28, + number = 18, + pages = "i333--i339", + month = "15~", + year = 2012 +} + + + + +@ARTICLE{Ding2012-jq, + title = "Feature-based classifiers for somatic mutation detection in + tumour-normal paired sequencing data", + author = "Ding, Jiarui and Bashashati, Ali and Roth, Andrew and Oloumi, + Arusha and Tse, Kane and Zeng, Thomas and Haffari, Gholamreza and + Hirst, Martin and Marra, Marco A and Condon, Anne and Aparicio, + Samuel and Shah, Sohrab P", + journal = "Bioinformatics", + volume = 28, + number = 2, + pages = "167--175", + month = "15~" # jan, + year = 2012 +} + + + + + + @ARTICLE{Saunders2012-nh, + title = "Strelka: accurate somatic small-variant calling from sequenced + tumor-normal sample pairs", + author = "Saunders, Christopher T and Wong, Wendy S W and Swamy, Sajani and + Becq, Jennifer and Murray, Lisa J and Cheetham, R Keira", + journal = "Bioinformatics", + volume = 28, + number = 14, + pages = "1811--1817", + month = "15~" # jul, + year = 2012 + } + + + + + @article{ + Radenbaugh2014-tj, + title={RADIA: RNA and DNA integrated analysis for somatic + mutation detection}, + author={Radenbaugh, Amie J and Ma, Singer and Ewing, Adam and Stuart, + Joshua M and Collisson, Eric A and Zhu, Jingchun and Haussler, + David}, + journal={PLoS One}, + volume={9}, + number={11}, + pages={e111516}, + year={2014}, + publisher={PLoS} + } + + + + + @ARTICLE{Ha2014-pu, + title = "{TITAN}: inference of copy number architectures in clonal cell + populations from tumor whole-genome sequence data", + author = "Ha, Gavin and Roth, Andrew and Khattra, Jaswinder and Ho, + Julie and Yap, Damian and Prentice, Leah M and Melnyk, + Nataliya and McPherson, Andrew and Bashashati, Ali and Laks, + Emma and Biele, Justina and Ding, Jiarui and Le, Alan and + Rosner, Jamie and Shumansky, Karey and Marra, Marco A and + Gilks, C Blake and Huntsman, David G and McAlpine, Jessica N + and Aparicio, Samuel and Shah, Sohrab P", + journal = "Genome Res.", + publisher = "Cold Spring Harbor Lab", + volume = 24, + number = 11, + pages = "1881--1893", + month = "1~" # nov, + year = 2014, + keywords = "computational method" +} + + + diff -r 000000000000 -r 2a6cd0e894d5 somatic_sniper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/somatic_sniper.xml Tue Oct 11 14:33:29 2016 -0400 @@ -0,0 +1,121 @@ + + calls SNVs for tumour-normal pairs. + + somatic_sniper + SOMATIC_SNIPER_ROOT_DIR + + $variants; + else + grep -v ^#.* tmp_\$i.txt >> $variants; + fi ; + + done; + + #end if + + + + ]]> + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+
+ + + + + http://gmt.genome.wustl.edu/packages/somatic-sniper/ + + + + + + +
diff -r 000000000000 -r 2a6cd0e894d5 tool-data/all_fasta.loc.sample diff -r 000000000000 -r 2a6cd0e894d5 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Oct 11 14:33:29 2016 -0400 @@ -0,0 +1,6 @@ + + + value, dbkey, name, path + +
+
diff -r 000000000000 -r 2a6cd0e894d5 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 11 14:33:29 2016 -0400 @@ -0,0 +1,6 @@ + + + + + +