annotate monocle3-topmarkers.xml @ 0:bc2df96ef963 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
author ebi-gxa
date Thu, 14 May 2020 17:17:27 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
2 <tool id="monocle3_topmarkers" name="Monocle3 top markers" version="0.1.5+galaxy0" profile="@PROFILE@">
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
3 <description>for cell groups</description>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
4 <macros>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
5 <import>monocle3-macros.xml</import>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
6 </macros>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
7 <requirements>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
8 <requirement type="package" version="0.0.8">monocle3-cli</requirement>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
9 </requirements>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
11 ln -s '$input_object' input.rds;
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
12 #if $ref_cells.source == 'file' and $ref_cells.file
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
13 list_of_cells=\$(cat $ref_cells.file | tr '\n' ',')
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
14 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
15 LANG=en_US.UTF-8 monocle3 topMarkers
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
16 --input-object-format cds3
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
17 #if $filter_fraction_expression
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
18 --filter-fraction-expression '$filter_fraction_expression'
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
19 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
20 #if $top_n_markers
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
21 --top-n-markers '$top_n_markers'
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
22 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
23 #if $plot_top_markers
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
24 --plot-top-markers top_markers.pdf
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
25 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
26 #if $save_full_markers
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
27 --save-full-markers full_markers.tsv
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
28 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
29 #if $ref_cells.source == 'file' and $ref_cells.file
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
30 --reference-cells \$list_of_cells
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
31 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
32 #if $ref_cells.source == 'number' and $ref_cells.number
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
33 --reference-cells '$ref_cells.number'
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
34 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
35 #if $marker_sig_test
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
36 --marker-sig-test
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
37 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
38 #if $genes_to_test_per_group
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
39 --genes-to-test-per-group '$genes_to_test_per_group'
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
40 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
41 #if $group_cells_by
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
42 --group-cells-by '$group_cells_by'
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
43 #end if
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
44 --cores \${GALAXY_SLOTS:-1}
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
45 --introspective
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
46
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
47 input.rds
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
48 output.tsv
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
49 ]]></command>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
50 <inputs>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
51 <param label="Input Object" name="input_object" type="data" format='rdata' help="Input file with monocle3 object cds3 in RDS"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
52 <conditional name="ref_cells">
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
53 <param label="Reference cells source" name="source" type="select" argument="--reference-cells" help="(Optional) Set of cells to be considered as reference for marker significance test. Accelerates the marker significance test at some cost in sensitivity.">
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
54 <option value="file">File</option>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
55 <option value="number">Number of cells</option>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
56 </param>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
57 <when value="file">
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
58 <param label="Reference cells file" name="file" optional="true" argument="--reference-cells" type="data" format='txt' help="File with cells to be used as reference cells."/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
59 </when>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
60 <when value="number">
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
61 <param label="Number of reference cells" name="number" optional="true" argument="--reference-cells" type="integer" help="Number of cells to be used as reference cells."/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
62 </when>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
63 </conditional>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
64 <param label="Filter fraction for expression" optional='true' value="0.1" name="filter_fraction_expression" argument="--filter-fraction-expression" type="float" help="Filters the markers test result by this fraction of expression"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
65 <param label="Top-n-markers" optional='true' value="5" name="top_n_markers" argument="--top-n-markers" type="integer" help="The number of top marker genes to report in plots and in top markers list"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
66 <param label="Number of genes to test per group" optional='true' value="25" name="genes_to_test_per_group" argument="--genes-to-test-per-group" type="integer" help="how many genes of the top ranked specific genes by Jenson-Shannon, to do the more expensive regression test on"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
67 <param label="Group cell by" optional='true' value='cluster' name="group_cells_by" argument="--group-cells-by" type="text" help="Cell groups, choose from 'cluster', 'partition', or any categorical variable in `colData(cds)`"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
68 <param label="Use logistic regression to asses discriminatory power" value='false' name="marker_sig_test" argument="--marker-sig-test" type="boolean" checked='false' help="whether to assess the discriminative power of each marker through logistic regression. Can be slow, consider disabling to speed up top_markers()."/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
69 <param label="Save full markers" value='false' name="save_full_markers" argument="--save-full-markers" type="boolean" checked='false' help="whether to generate the full markers list as well."/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
70 <param label="Plot top markers" value='false' name="plot_top_markers" argument="--plot-top-markers" type="boolean" checked='true' help="whether to generate the top markers plot."/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
71 </inputs>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
72
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
73 <outputs>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
74 <data label="${tool.name} on ${on_string}: Top markers plot" name="top_markers_plot" format='pdf' from_work_dir='top_markers.pdf'>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
75 <filter>plot_top_markers</filter>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
76 </data>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
77 <data label="${tool.name} on ${on_string}: Full markers" name="full_markers" from_work_dir="full_markers.tsv" format='tabular'>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
78 <filter>save_full_markers</filter>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
79 </data>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
80 <data label="${tool.name} on ${on_string}: Top markers" name="top_markers_table" from_work_dir="output.tsv" format='tabular' />
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
81 </outputs>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
82
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
83 <tests>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
84 <test>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
85 <param name="input_object_file" value="input.rds"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
86 <param name="filter_fraction_expression" value="0.1"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
87 <output name="top_markers_table" file="top_markers_table.tsv" ftype="tsv" compare="sim_size"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
88 </test>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
89 </tests>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
90
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
91 <help><![CDATA[
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
92 ==========================================================
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
93 Monocle3 top markers genes
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
94 ==========================================================
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
95
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
96 Identify the genes most specifically expressed in groups of cells. See inline help for options.
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
97
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
98 @HELP@
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
99
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
100 @VERSION_HISTORY@
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
101 ]]></help>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
102 <expand macro="citations"/>
bc2df96ef963 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
ebi-gxa
parents:
diff changeset
103 </tool>