comparison windowSplitter.xml @ 1:75abda2290cc

Corrected version string.
author devteam <devteam@galaxyproject.org>
date Thu, 10 Apr 2014 13:47:31 -0400
parents e5490ea33640
children 592089499ae7
comparison
equal deleted inserted replaced
0:e5490ea33640 1:75abda2290cc
1 <tool id="winSplitter" name="Make windows" version="0.0.1"> 1 <tool id="winSplitter" name="Make windows" version="1.0.0">
2 <description></description> 2 <description></description>
3 <command interpreter="python">windowSplitter.py $input $size $out_file1 ${wintype.choice} ${wintype.offset} -l ${input.metadata.chromCol},${input.metadata.startCol},${input.metadata.endCol},${input.metadata.strandCol}</command> 3 <command interpreter="python">windowSplitter.py $input $size $out_file1 ${wintype.choice} ${wintype.offset} -l ${input.metadata.chromCol},${input.metadata.startCol},${input.metadata.endCol},${input.metadata.strandCol}</command>
4 <inputs> 4 <inputs>
5 <!--<param label="Genome" name="dbkey" type="genomebuild"/>--> 5 <!--<param label="Genome" name="dbkey" type="genomebuild"/>-->
6 <param format="interval" name="input" type="data" label="Select data"/> 6 <param format="interval" name="input" type="data" label="Select data"/>