annotate macros.xml @ 3:02fc39c8610d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 55a4f3540558731fb47bf130c6a8984fa6f6ec9a
author iuc
date Tue, 26 Mar 2024 15:11:58 +0000
parents 1d77986f9ddc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
1 <macros>
3
02fc39c8610d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 55a4f3540558731fb47bf130c6a8984fa6f6ec9a
iuc
parents: 2
diff changeset
2 <token name="@TOOL_VERSION@">1.1.3</token>
02fc39c8610d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 55a4f3540558731fb47bf130c6a8984fa6f6ec9a
iuc
parents: 2
diff changeset
3 <token name="@VERSION_SUFFIX@">0</token>
0
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
4 <xml name="requirements">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
5 <requirements>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
6 <requirement type="package" version="@TOOL_VERSION@">baredsc</requirement>
3
02fc39c8610d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 55a4f3540558731fb47bf130c6a8984fa6f6ec9a
iuc
parents: 2
diff changeset
7 <requirement type="package" version="1.13">gzip</requirement>
0
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
8 </requirements>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
9 <version_command><![CDATA[baredSC_1d --version]]></version_command>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
10 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
11 <xml name="helpcitations">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
12 <help><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
13
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
14 .. class:: infomark
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
15
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
16 **BARED (Bayesian Approach to Retreive Expression Distribution of) Single Cell**
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
17
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
18 baredSC is a tool that uses a Monte-Carlo Markov Chain to estimate a confidence interval on the probability density function (PDF) of expression of one or two genes from single-cell RNA-seq data. It uses the raw counts and the total number of UMI for each cell. The PDF is approximated by a number of 1d or 2d gaussians provided by the user. The likelihood is estimated using the asumption that the raw counts follow a Poisson distribution of parameter equal to the proportion of mRNA for the gene in the cell multiplied by the total number of UMI identified in this cell.
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
19
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
20 To get a description of outputs, please read the `Documentation <https://baredsc.readthedocs.io/en/latest/index.html>`_
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
21
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
22 This is a description of the figure with the results.
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
23
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
24 - When the 1d version is used, it displays the mean PDF in solid red line, the median in black dashed lines (/!\backslash the integral of the median is not equal to 1) with the confidence interval of 1 sigma (68%), 2 sigma (95%) and 3 sigma (99.7%) as well as in green, the kernel density estimate of the input values, the detected expression (``log(1 + targetSum * raw / total UMI)``).
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
25
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
26 - When the 2d version is used, it displays the PDF as a heatmap as well as a projection on the x and y axis. On the projection, the confidence interval 68% is indicated as a shaded area as well as the mean with a solid red line and the median with a dashed black line. On the top right corner, the correlation is indicated with the confidence interval 68% as well as a confidence interval on the one-sided p-value (the probability that the correlation is the opposite sign of the mean, one sigma confidence interval).
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
27
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
28 Usually you should run baredSC_1d or baredSC_2d with 1 to 4 gaussians. Then you combine the different models with combineMultipleModels_1d or combineMultipleModels_2d.
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
29
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
30 ]]></help>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
31 <citations>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
32 <citation type="doi">10.1186/s12859-021-04507-8</citation>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
33 </citations>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
34 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
35 <xml name="edam_topics">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
36 <edam_topics>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
37 <edam_topic>topic_3170</edam_topic>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
38 <edam_topic>topic_4028</edam_topic>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
39 <edam_topic>topic_2269</edam_topic>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
40 </edam_topics>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
41 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
42 <xml name="macro_input_counts">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
43 <conditional name="input_counts">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
44 <param name="filetype" type="select" label="Input type">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
45 <option value="tabular">Tabular</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
46 <option value="anndata">Anndata (for example from Scanpy)</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
47 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
48 <when value="tabular">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
49 <param argument="--input" type="data" format="tabular" label="Input table (with header)" help="Expected format is one line per cell, columns with raw counts and one column 'nCount_RNA' with the total number of UMI per cell (optionally other meta data to filter)" />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
50 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
51 <when value="anndata">
1
ae969fdb8442 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 576069ce2296ef58daa8a4e03c993d5900608c4c
iuc
parents: 0
diff changeset
52 <param argument="--inputAnnData" type="data" format="h5ad" label="AnnData containing raw counts" />
0
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
53 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
54 </conditional>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
55 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
56 <xml name="macro_single_gene">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
57 <param argument="--geneColName" type="text" value="" label="Name of the column with gene counts."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
58 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
59 <xml name="macro_two_genes">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
60 <param argument="--geneXColName" type="text" value="" label="Name of the column with gene counts for gene in x."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
61 <param argument="--geneYColName" type="text" value="" label="Name of the column with gene counts for gene in y."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
62 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
63 <xml name="macro_filter_cells">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
64 <conditional name="filter">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
65 <param name="nb" type="select" label="How many filters columns do you need?">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
66 <option value="0">0 (keep all cells from file)</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
67 <option value="1">1</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
68 <option value="2">2</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
69 <option value="3">3</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
70 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
71 <when value="0"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
72 <when value="1">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
73 <param argument="--metadata1ColName" type="text" value="" label="Name of the column with first filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
74 <param argument="--metadata1Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
75 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
76 <when value="2">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
77 <param argument="--metadata1ColName" type="text" value="" label="Name of the column with first filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
78 <param argument="--metadata1Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
79 <param argument="--metadata2ColName" type="text" value="" label="Name of the column with second filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
80 <param argument="--metadata2Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
81 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
82 <when value="3">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
83 <param argument="--metadata1ColName" type="text" value="" label="Name of the column with first filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
84 <param argument="--metadata1Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
85 <param argument="--metadata2ColName" type="text" value="" label="Name of the column with second filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
86 <param argument="--metadata2Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
87 <param argument="--metadata3ColName" type="text" value="" label="Name of the column with third filter."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
88 <param argument="--metadata3Values" type="text" value="" label="Values accepted in this column (separated by comma)."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
89 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
90 </conditional>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
91 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
92 <xml name="macro_MCMC_params_common_axis" token_axis="x">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
93 <param argument="--@AXIS@min" type="float" value="0" label="Minimum value to consider in @AXIS@ axis." help="Choose value small enough to go below smallest value."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
94 <param argument="--@AXIS@max" type="float" value="2.5" label="Maximum value to consider in @AXIS@ axis." help="Choose value large enough to go above largest value."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
95 <param argument="--n@AXIS@" type="integer" min="1" value="100" label="Number of values in @AXIS@ to check how your evaluated PDF is compatible with the model." help="Larger values will increase computing time while smaller values will decrease the resolution of your PDF." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
96 <param argument="--minScale@AXIS@" type="float" value="0.1" label="Minimal value of the scale of Gaussians on @AXIS@" help="Cannot be smaller than max of twice the bin size of PDF evaluation and half the bin size on @AXIS@ axis."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
97 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
98 <xml name="macro_scale_seed">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
99 <conditional name="scale">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
100 <param name="type" type="select" label="Scale for gene expression">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
101 <option value="Seurat">Like in Seurat (log(1+targetSum*X))</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
102 <option value="log">simply log</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
103 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
104 <when value="Seurat">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
105 <param argument="--targetSum" type="float" value="10000" label="targetSum" help="use 0 for the median of nRNA_Counts"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
106 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
107 <when value="log"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
108 </conditional>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
109 <param argument="--seed" type="integer" value="1" label="Seed value to control randomness." help="Change seed value to get new result"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
110 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
111 <xml name="macro_MCMC_common_baredSC">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
112 <param argument="--nnorm" type="integer" min="1" value="2" label="Number of Gaussians to fit." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
113 <param argument="--nsampMCMC" type="integer" min="1" value="100000" label="Number of samplings (iterations) of MCMC." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
114 <conditional name="automaticRestart">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
115 <param name="set_minNeff" type="select" label="Auto-rerun in case of obvious non-convergence">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
116 <option value="yes">Yes (the job may never stop)</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
117 <option value="no">No</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
118 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
119 <when value="yes">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
120 <param argument="--minNeff" type="float" value="200" label="Minimum number of effective samples to output result." help="If the number of effective samples is below this threshold, the MCMC is automatically rerun with 10 times more samples"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
121 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
122 <when value="no"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
123 </conditional>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
124 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
125 <xml name="combine_outputs" token_d="1">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
126 <param argument="--outputs" type="data" format="npz" label="Numpy archives from baredSC_@D@d with different number of Gaussians." multiple="true"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
127 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
128 <xml name="macro_plots">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
129 <param name="image_file_format" type="select" label="Image output format">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
130 <option value="png">png</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
131 <option value="svg">svg</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
132 <option value="pdf">pdf</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
133 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
134 <param argument="--title" type="text" value="" label="Title to set to all figures."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
135 <param argument="--removeFirstSamples" type="integer" value="-1" label="Number of samples to ignore before making the plots" help="Use -1 to use a fourth of the number of samples"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
136 <param argument="--nsampInPlot" type="integer" value="100000" min="1" label="Approximate number of samples to use in plots"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
137 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
138 <xml name="macro_prettybins_1d">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
139 <param argument="--prettyBins" type="integer" value="-1" min="-1" label="Number of bins to use in plots." help="Use -1 to use the number of bins used in MCMC"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
140 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
141 <xml name="macro_prettybins_axis" token_axis="x">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
142 <param argument="--prettyBins@AXIS@" type="integer" value="-1" min="-1" label="Number of bins to use in @AXIS@ in plots." help="Use -1 to use the number of bins used in MCMC"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
143 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
144 <xml name="macro_splity">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
145 <param argument="--splity" type="text" value="" label="Threshold values separated by space to plot the density for genex for 2 categories in geney values" help="Leave empty if you don't need this type of analysis.">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
146 <validator type="regex">(-?[0-9]+( -?[0-9]+)*)?</validator>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
147 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
148 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
149 <xml name="macro_colorscale">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
150 <param argument="--log1pColorScale" type="boolean" truevalue="--log1pColorScale" falsevalue="" checked="false" label="Enable to see regions in plot with low proportion of cells"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
151 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
152 <xml name="macro_advanced_common_axis" token_axis="x" token_default_osamppdf="5">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
153 <param argument="--osamp@AXIS@" type="integer" min="1" value="10" label="Oversampling factor of @AXIS@ values when evaluating PDF of Poisson distribution." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
154 <param argument="--osamp@AXIS@pdf" type="integer" value="@DEFAULT_OSAMPPDF@" label="Oversampling factor of @AXIS@ values when evaluating PDF at each step of the MCMC."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
155 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
156 <xml name="macro_advanced_evidence">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
157 <param argument="--coviscale" type="float" value="1" label="Scale factor to apply to covariance of parameters to get random parameters in logevidence evaluation." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
158 <param argument="--nis" type="integer" value="1000" label="Size of sampling of random parameters in logevidence evaluation." />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
159 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
160 <xml name="macro_advanced_common_baredSC">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
161 <conditional name="burn">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
162 <param name="custom" type="select" label="Custom parameters of the burning phase of MCMC">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
163 <option value="no">No</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
164 <option value="yes">Yes</option>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
165 </param>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
166 <when value="no"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
167 <when value="yes">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
168 <param argument="--nsampBurnMCMC" type="integer" value="-1" label="Number of samplings (iterations) in the burning phase of mcmc (Set -1 for a fourth of total number of samples)" />
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
169 <param argument="--T0BurnMCMC" type="float" value="100" label="Initial temperature in the burning phase of MCMC" min="1"/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
170 </when>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
171 </conditional>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
172 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
173 <xml name="macro_scaleprior">
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
174 <param argument="--scalePrior" type="float" value="0.3" label="Scale of the truncnorm used in the prior for the correlation."/>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
175 </xml>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
176 <token name="@REQUIRED_INPUTS_1D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
177 #if str( $input_counts.filetype ) == "tabular":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
178 --input '$input_counts.input'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
179 #elif str( $input_counts.filetype ) == "anndata":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
180 --inputAnnData '$input_counts.inputAnnData'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
181 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
182 --geneColName '$geneColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
183 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
184 <token name="@REQUIRED_INPUTS_2D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
185 #if str( $input_counts.filetype ) == "tabular":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
186 --input '$input_counts.input'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
187 #elif str( $input_counts.filetype ) == "anndata":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
188 --inputAnnData '$input_counts.inputAnnData'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
189 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
190 --geneXColName '$geneXColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
191 --geneYColName '$geneYColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
192 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
193 <token name="@FILTER_CELLS@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
194 #if str( $filter.nb ) == "1":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
195 --metadata1ColName '$filter.metadata1ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
196 --metadata1Values '$filter.metadata1Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
197 #elif str( $filter.nb ) == "2":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
198 --metadata1ColName '$filter.metadata1ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
199 --metadata1Values '$filter.metadata1Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
200 --metadata2ColName '$filter.metadata2ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
201 --metadata2Values '$filter.metadata2Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
202 #elif str( $filter.nb ) == "3":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
203 --metadata1ColName '$filter.metadata1ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
204 --metadata1Values '$filter.metadata1Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
205 --metadata2ColName '$filter.metadata2ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
206 --metadata2Values '$filter.metadata2Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
207 --metadata3ColName '$filter.metadata3ColName'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
208 --metadata3Values '$filter.metadata3Values'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
209 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
210 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
211 <token name="@MCMC_1D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
212 --xmin $MCMC.xmin
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
213 --xmax $MCMC.xmax
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
214 --xscale '$MCMC.scale.type'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
215 #if str( $MCMC.scale.type ) == "Seurat":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
216 --targetSum $MCMC.scale.targetSum
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
217 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
218 --nx $MCMC.nx
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
219 --minScale $MCMC.minScalex
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
220 --seed $MCMC.seed
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
221 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
222 <token name="@MCMC_2D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
223 --xmin $MCMC.xmin
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
224 --xmax $MCMC.xmax
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
225 --nx $MCMC.nx
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
226 --minScalex $MCMC.minScalex
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
227 --ymin $MCMC.ymin
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
228 --ymax $MCMC.ymax
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
229 --ny $MCMC.ny
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
230 --minScaley $MCMC.minScaley
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
231 --scale '$MCMC.scale.type'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
232 #if str( $MCMC.scale.type ) == "Seurat":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
233 --targetSum $MCMC.scale.targetSum
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
234 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
235 --seed $MCMC.seed
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
236 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
237 <token name="@BAREDSC_COMMON@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
238 --nnorm $MCMC.nnorm
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
239 --nsampMCMC $MCMC.nsampMCMC
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
240 #if str( $MCMC.automaticRestart.set_minNeff ) == "yes":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
241 --minNeff $MCMC.automaticRestart.minNeff
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
242 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
243 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
244 <token name="@PLOTS@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
245 #if str( $plots.title ) != '':
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
246 --title '$plots.title'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
247 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
248 #if $plots.removeFirstSamples != -1:
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
249 --removeFirstSamples $plots.removeFirstSamples
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
250 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
251 --nsampInPlot $plots.nsampInPlot
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
252 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
253 <token name="@PRETTYBINS_1D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
254 #if $plots.prettyBins != -1:
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
255 --prettyBins $plots.prettyBins
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
256 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
257 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
258 <token name="@PRETTYBINS_SPLITY_COLORSCALE_2D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
259 #if $plots.prettyBinsx != -1:
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
260 --prettyBinsx $plots.prettyBinsx
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
261 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
262 #if $plots.prettyBinsy != -1:
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
263 --prettyBinsy $plots.prettyBinsy
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
264 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
265 ## splity is space separated floats
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
266 #if str($plots.splity) != '':
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
267 --splity $plots.splity
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
268 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
269 #if str($plots.log1pColorScale) != '':
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
270 '$plots.log1pColorScale'
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
271 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
272 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
273 <token name="@ADVANCED_COMMON_X@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
274 --osampx $advanced.osampx
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
275 --osampxpdf $advanced.osampxpdf
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
276 --coviscale $advanced.coviscale
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
277 --nis $advanced.nis
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
278 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
279 <token name="@ADVANCED_COMMON_COMPLEMENT_2D@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
280 --osampy $advanced.osampy
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
281 --osampypdf $advanced.osampypdf
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
282 --scalePrior $advanced.scalePrior
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
283 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
284 <token name="@ADVANCED_BAREDSC_COMMON@" ><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
285 #if str( $advanced.burn.custom ) == "yes":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
286 #if str( $advanced.burn.nsampBurnMCMC ) != "-1":
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
287 --nsampBurnMCMC $advanced.burn.nsampBurnMCMC
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
288 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
289 --T0BurnMCMC $advanced.burn.T0BurnMCMC
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
290 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
291 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
292 <token name="@COMBINE_OUTPUTS@"><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
293 --outputs
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
294 #for $i, $output in enumerate($MCMC.outputs):
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
295 $i
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
296 #end for
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
297 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
298 <token name="@ORDER_OUTPUTS_1D@"><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
299 mv baredSC_pdf.txt output &&
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
300 mv baredSC.$plots.image_file_format baredSC &&
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
301 gunzip baredSC_means.txt.gz
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
302 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
303 <token name="@ORDER_OUTPUTS_2D@"><![CDATA[
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
304 mv baredSC_pdf2d.txt output &&
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
305 mv baredSC_pdf2d_flat.txt output &&
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
306 mv baredSC.$plots.image_file_format baredSC
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
307 #if str($plots.splity) != '':
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
308 #for $value in str($plots.splity).split(' '):
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
309 && mv baredSC_split'$value'.txt baredSC_split'$value'_pdf.txt
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
310 #end for
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
311 #end if
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
312 ]]></token>
239193b96d72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
313 </macros>