comparison 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
comparison
equal deleted inserted replaced
0:d2c1af657010 1:0ff100a057ef
1 <tool id="bam_to_bigwig" name="BAM to BigWig" version="0.0.1"> 1 <tool id="bam_to_bigwig" name="BAM to BigWig" version="0.0.2">
2 <description>Calculates coverage from a BAM alignment file</description> 2 <description>Calculates coverage from a BAM alignment file</description>
3 <command>bam_to_wiggle.py $align --outfile=$out</command> 3 <command interpreter="python">bam_to_wiggle.py $align --outfile=$out</command>
4 <inputs> 4 <inputs>
5 <param format="bam" name="align" type="data" label="BAM alignment file"/> 5 <param format="bam" name="align" type="data" label="BAM alignment file"/>
6 </inputs> 6 </inputs>
7 <outputs> 7 <outputs>
8 <data format="bigwig" name="out" /> 8 <data format="bigwig" name="out" />