annotate mytools/endbias.xml @ 9:87eb5c5ddfe9

Uploaded
author xuebing
date Fri, 09 Mar 2012 20:01:43 -0500
parents f0dc65e7f6c0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
1 <tool id="endbias" name="bias">
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
2 <description>of UTR coverage</description>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python"> endbias.py $input1 $input2 $output </command>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
5 <param name="input1" format="txt" type="data" label="5' UTR coverage" help="tabular output from bigWigAverageOverBed"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
6 <param name="input2" format="txt" type="data" label="3' UTR coverage" help="tabular output from bigWigAverageOverBed"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
7 </inputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
8 <outputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
9 <data format="tabular" name="output" />
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
10 </outputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
11 </tool>