# HG changeset patch # User devteam # Date 1447263051 18000 # Node ID 44d514f3df8f554f6e4903d0de53ab6456d9e8cd # Parent 6f8cead3dc9383fb29de98c3aa328c25edd4c171 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/varscan_version_2 commit a1517c9d22029095120643bbe2c8fa53754dd2b7 diff -r 6f8cead3dc93 -r 44d514f3df8f varscan_mpileup.xml --- a/varscan_mpileup.xml Sun Nov 17 11:08:56 2013 -0500 +++ b/varscan_mpileup.xml Wed Nov 11 12:30:51 2015 -0500 @@ -5,15 +5,17 @@ varscan - + + + + + + java -jar $JAVA_JAR_PATH/VarScan.v2.3.6.jar 2>&1 | head -n 1 ## Set up samples list file. #if $sample_names.strip() != '': - echo $sample_names | awk -F ',' '{ for (i = 1; i <= NF; i++) { print \$i; } }' > samples_list.txt; + echo $sample_names | awk -F ',' '{ for (i = 1; i <= NF; i++) { print \$i; } }' > samples_list.txt; #end if ## Set up command + input. @@ -63,11 +65,6 @@ - - - - - @@ -96,10 +93,8 @@ VarScan_ performs variant detection for massively parallel sequencing data, such as exome, WGS, and transcriptome data. It calls variants from a mpileup dataset and produces a VCF 4.1 Full documentation is available online_. -Please cite: Koboldt, D., Zhang, Q., Larson, D., Shen, D., McLellan, M., Lin, L., Miller, C., Mardis, E., Ding, L., and Wilson, R. (2012). VarScan 2: Somatic mutation and copy number alteration discovery in cancer by exome sequencing Genome Research DOI: 10.1101/gr.129684.111 - -.. _VarScan: http://varscan.sourceforge.net/ -.. _online: http://varscan.sourceforge.net/using-varscan.html +.. _VarScan: http://dkoboldt.github.io/varscan/ +.. _online: http://dkoboldt.github.io/varscan/using-varscan.html **Input** @@ -150,6 +145,9 @@ variants Report only variant (SNP/indel) positions [0] + - + + 10.1101/gr.129684.111 +