diff bam_to_bigwig/bam_to_bigwig.xml @ 1:0ff100a057ef

Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
author brad-chapman
date Tue, 07 Jun 2011 16:26:46 -0400
parents d2c1af657010
children e2edfa478eb4
line wrap: on
line diff
--- a/bam_to_bigwig/bam_to_bigwig.xml	Tue Jun 07 16:25:46 2011 -0400
+++ b/bam_to_bigwig/bam_to_bigwig.xml	Tue Jun 07 16:26:46 2011 -0400
@@ -1,6 +1,6 @@
-<tool id="bam_to_bigwig" name="BAM to BigWig" version="0.0.1">
+<tool id="bam_to_bigwig" name="BAM to BigWig" version="0.0.2">
   <description>Calculates coverage from a BAM alignment file</description>
-  <command>bam_to_wiggle.py $align --outfile=$out</command>
+  <command interpreter="python">bam_to_wiggle.py $align --outfile=$out</command>
   <inputs>
     <param format="bam" name="align" type="data" label="BAM alignment file"/>
   </inputs>