Mercurial > repos > jackcurragh > ribogalaxy_bedgraphtobigwig
changeset 2:66f3a55ff2ec draft default tip
Uploaded
author | jackcurragh |
---|---|
date | Fri, 27 May 2022 10:03:55 +0000 |
parents | efb0f693d8b1 |
children | |
files | bedGraphToBigWig/bedGraphToBigWig.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bedGraphToBigWig/bedGraphToBigWig.xml Wed May 18 13:43:51 2022 +0000 +++ b/bedGraphToBigWig/bedGraphToBigWig.xml Fri May 27 10:03:55 2022 +0000 @@ -1,5 +1,5 @@ -<tool id="bedGraphToBigWig" name="Convert a bed file to a BigWig" version="1.1"> - <description>Converting your ribosome profile bed file to a bigwig which is used for track creation on GWIPS-Viz</description> +<tool id="bedGraphToBigWig" name="Convert a BED File to a BigWig" version="1.2"> + <description>Convert Ribosome Profile BED File to a BigWig</description> <command><![CDATA[ $__tool_directory__/bedGraphToBigWig ${input1} ${input2} ${output1} ]]></command>