comparison bedGraphToBigWig/bedGraphToBigWig.xml @ 1:efb0f693d8b1 draft

Uploaded
author jackcurragh
date Wed, 18 May 2022 13:43:51 +0000
parents 954fe50ebd55
children 66f3a55ff2ec
comparison
equal deleted inserted replaced
0:954fe50ebd55 1:efb0f693d8b1
1 <tool id="bedGraphToBigWig" name="Convert a bed file to a BigWig" version="1.0"> 1 <tool id="bedGraphToBigWig" name="Convert a bed file to a BigWig" version="1.1">
2 <description>Converting your ribosome profile bed file to a bigwig which is used for track creation on GWIPS-Viz</description> 2 <description>Converting your ribosome profile bed file to a bigwig which is used for track creation on GWIPS-Viz</description>
3 <command><![CDATA[ 3 <command><![CDATA[
4 $__tool_directory__/bedGraphToBigWig ${input1} ${input2} ${output1} 4 $__tool_directory__/bedGraphToBigWig ${input1} ${input2} ${output1}
5 ]]></command> 5 ]]></command>
6 <inputs> 6 <inputs>
7 <param name="input1" type="data" format="bed" label="Bed File" /> 7 <param name="input1" type="data" format="bed" label="Bed File" />
8 <param name="input2" type="data" format="tabular" label="Chromosome Sizes" /> 8 <param name="input2" type="data" format="tabular" label="Chromosome Sizes" help="Check out 'Get Chromosome Sizes' to fill this parameter"/>
9 </inputs> 9 </inputs>
10 <outputs> 10 <outputs>
11 <data name="output1" format="bigwig"/> 11 <data name="output1" format="bigwig"/>
12 </outputs> 12 </outputs>
13 <tests> 13 <tests>