|
0
|
1 <tool id="BubblePlot" name="Bubbleplot" version="1">
|
|
|
2 <description> </description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package" >perl</requirement>
|
|
|
5 <requirement type="package" >r-base</requirement>
|
|
|
6 </requirements>
|
|
|
7 <command> <![CDATA[
|
|
|
8 ln -s $__tool_directory__/bubbleplot.R 2>$log &&
|
|
|
9 ln -s $__tool_directory__/MatData.csv 2>>$log &&
|
|
|
10 ln -s $__tool_directory__/VirData.csv 2>>$log &&
|
|
|
11 perl $__tool_directory__/plotMdata.pl $outfile_tabular $plot1 $plot2 ${" ".join(map(str, $input_file))} 2>>$log
|
|
|
12 ]]>
|
|
|
13 </command>
|
|
|
14 <inputs>
|
|
|
15 <param name="input_file" format="txt" type="data" multiple="true" label="show-snps tabular ouput" help="Clustering of SARS-CoV-2 isolates based on high-freq alleles" />
|
|
|
16 </inputs>
|
|
|
17 <outputs>
|
|
|
18 <data format="txt" name="outfile_tabular" label="AF prevalence in SARS-CoV-2 types, as defined in Chiara et tabular format " />
|
|
|
19 <data format="pdf" name="plot1" label="Bubbleplot " />
|
|
|
20 <data format="pdf" name="plot2" label="Heatmap " />
|
|
|
21 <data format="txt" name="log" label="${tool.name} on ${on_string}: log file "/>
|
|
|
22 </outputs>
|
|
|
23 <help>
|
|
|
24 </help>
|
|
|
25 <citations>
|
|
|
26 </citations>
|
|
|
27 </tool>
|