Mercurial > repos > xuebing > sharplabtool
comparison endbias.xml @ 14:76e1b1b21cce default tip
Deleted selected files
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 19:05:10 -0400 |
parents | 292186c14b08 |
children |
comparison
equal
deleted
inserted
replaced
13:292186c14b08 | 14:76e1b1b21cce |
---|---|
1 <tool id="endbias" name="bias"> | |
2 <description>of UTR coverage</description> | |
3 <command interpreter="python"> endbias.py $input1 $input2 $output </command> | |
4 <inputs> | |
5 <param name="input1" format="txt" type="data" label="5' UTR coverage" help="tabular output from bigWigAverageOverBed"/> | |
6 <param name="input2" format="txt" type="data" label="3' UTR coverage" help="tabular output from bigWigAverageOverBed"/> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="tabular" name="output" /> | |
10 </outputs> | |
11 </tool> |