Mercurial > repos > xuebing > sharplabtool
diff mytools/endbias.xml @ 9:87eb5c5ddfe9
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 20:01:43 -0500 |
parents | f0dc65e7f6c0 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mytools/endbias.xml Fri Mar 09 20:01:43 2012 -0500 @@ -0,0 +1,11 @@ +<tool id="endbias" name="bias"> + <description>of UTR coverage</description> + <command interpreter="python"> endbias.py $input1 $input2 $output </command> + <inputs> + <param name="input1" format="txt" type="data" label="5' UTR coverage" help="tabular output from bigWigAverageOverBed"/> + <param name="input2" format="txt" type="data" label="3' UTR coverage" help="tabular output from bigWigAverageOverBed"/> + </inputs> + <outputs> + <data format="tabular" name="output" /> + </outputs> +</tool>