changeset 29:8256e1e625ee draft

Added interpreter tag in "command"
author nikos
date Tue, 05 Aug 2014 08:56:05 -0400
parents 1fcc90b16707
children 719056019cde
files bigwig_to_wig.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bigwig_to_wig.xml	Tue Aug 05 08:53:44 2014 -0400
+++ b/bigwig_to_wig.xml	Tue Aug 05 08:56:05 2014 -0400
@@ -1,6 +1,6 @@
 <tool id="bigwig_to_wig" name="BigWig to Wig" version="1.0.2">
     <description>converter</description>
-    <command>bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output </command>
+    <command interpreter="bash">bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output </command>
   <requirements>
       <requirement type="package" version="1.0">bigWigSummary</requirement>
       <requirement type="package" version="1.0">bigWigInfo</requirement>