Mercurial > repos > yufei-luo > s_mart
diff SMART/galaxy/getWigProfile.xml @ 18:94ab73e8a190
Uploaded
author | m-zytnicki |
---|---|
date | Mon, 29 Apr 2013 03:20:15 -0400 |
parents | 440ceca58672 |
children | 0ab839023fe4 |
line wrap: on
line diff
--- a/SMART/galaxy/getWigProfile.xml Mon Apr 22 11:11:10 2013 -0400 +++ b/SMART/galaxy/getWigProfile.xml Mon Apr 29 03:20:15 2013 -0400 @@ -1,5 +1,8 @@ -<tool id="getWigProfile" name="get wig profile"> +<tool id="getWigProfile" name="get WIG profile"> <description>Compute the average profile of some genomic coordinates using WIG files (thus covering a large proportion of the genome).</description> + <requirements> + <requirement type="set_environment">PYTHONPATH</requirement> + </requirements> <command interpreter="python"> ../Java/Python/getWigProfile.py -i $formatType.inputFileName #if $formatType.FormatInputFileName == 'bed': @@ -64,7 +67,7 @@ </inputs> <outputs> - <data name="outputFilePNG" format="png" label="[getWigProfile] out file"/> + <data name="outputFilePNG" format="png" label="[get WIG profile] output file"/> </outputs> <help>