Mercurial > repos > devteam > windowsplitter
comparison windowSplitter.xml @ 1:477a0cfe6e6c
Corrected version string.
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Thu, 10 Apr 2014 13:47:14 -0400 |
parents | 4815516900d4 |
children | 1fb384fb950e |
comparison
equal
deleted
inserted
replaced
0:4815516900d4 | 1:477a0cfe6e6c |
---|---|
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"/> |