annotate interval/endbias.xml @ 18:9bbb37e8683f

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