# HG changeset patch # User devteam # Date 1447088483 18000 # Node ID 24670f9f68394fab02e689c9b7b29c16e61560eb # Parent f82940004c84f615ed251df65de22520428ef548 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/varscan_version_2 commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b diff -r f82940004c84 -r 24670f9f6839 varscan_mpileup.xml --- a/varscan_mpileup.xml Sat Nov 16 19:22:36 2013 -0500 +++ b/varscan_mpileup.xml Mon Nov 09 12:01:23 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 +