changeset 6:820754ab8901 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_mpileup commit 231882293cdd5214decddfe093612431793fdb6b-dirty
author devteam
date Tue, 20 Oct 2015 16:24:54 -0400
parents aa0ef6f0ee89
children bfc4517aa037
files samtools_mpileup.xml tool_dependencies.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/samtools_mpileup.xml	Fri May 08 16:51:29 2015 -0400
+++ b/samtools_mpileup.xml	Tue Oct 20 16:24:54 2015 -0400
@@ -1,4 +1,4 @@
-<tool id="samtools_mpileup" name="MPileup" version="2.0">
+<tool id="samtools_mpileup" name="MPileup" version="2.1">
     <description>call variants</description>
     <macros>
         <import>macros.xml</import>
@@ -59,7 +59,7 @@
         ${genotype_likelihood_computation_type.compressed}
         
         #if str( $genotype_likelihood_computation_type.output_tags ) != "None":
-            -output-tags "${genotype_likelihood_computation_type.output_tags}"
+            --output-tags "${genotype_likelihood_computation_type.output_tags}"
         #end if
 
         #if str( $genotype_likelihood_computation_type.perform_indel_calling.perform_indel_calling_selector ) == 'perform_indel_calling':
--- a/tool_dependencies.xml	Fri May 08 16:51:29 2015 -0400
+++ b/tool_dependencies.xml	Tue Oct 20 16:24:54 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="samtools" version="1.2">
-        <repository changeset_revision="6eea04363026" name="package_samtools_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="f6ae3ba3f3c1" name="package_samtools_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>