comparison filter_low_expr_transcripts.xml @ 19:aa38fa8c5815 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
author iuc
date Tue, 11 Apr 2023 19:51:03 +0000
parents a5ec0e79a93a
children a35cba31d904
comparison
equal deleted inserted replaced
18:1fdb25a8384d 19:aa38fa8c5815
1 <tool id="trinity_filter_low_expr_transcripts" name="Filter low expression transcripts" version="@WRAPPER_VERSION@"> 1 <tool id="trinity_filter_low_expr_transcripts" name="Filter low expression transcripts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2 <description>from a Trinity assembly</description> 2 <description>from a Trinity assembly</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/> 6 <expand macro="bio_tools"/>
32 > '$filtered' 32 > '$filtered'
33 ]]></command> 33 ]]></command>
34 <inputs> 34 <inputs>
35 <param argument="--transcripts" name="assembly" type="data" format="fasta" label="Trinity assembly"/> 35 <param argument="--transcripts" name="assembly" type="data" format="fasta" label="Trinity assembly"/>
36 <param argument="--matrix" type="data" format="tabular" label="Expression matrix"/> 36 <param argument="--matrix" type="data" format="tabular" label="Expression matrix"/>
37 37 <param argument="--min_expr_any" type="float" optional="true" label="Minimum expression level required across any sample"/>
38 <param name="min_expr_any" type="float" argument="--min_expr_any" optional="true" label="Minimum expression level required across any sample"/>
39 38
40 <conditional name="isoform_filter"> 39 <conditional name="isoform_filter">
41 <param name="isoform_mode" type="select" label="Isoform filtering method"> 40 <param name="isoform_mode" type="select" label="Isoform filtering method">
42 <option value="none">No filtering at the isoform level</option> 41 <option value="none">No filtering at the isoform level</option>
43 <option value="highest_iso_only">Keep only the most highly expressed isoform per gene</option> 42 <option value="highest_iso_only">Keep only the most highly expressed isoform per gene</option>
59 <when value="yes" /> 58 <when value="yes" />
60 <when value="no"> 59 <when value="no">
61 <param argument="--gene_to_trans_map" name="gene_trans_map" type="data" format="tabular" label="Gene to transcript correspondence ('gene(tab)transcript' lines)" /> 60 <param argument="--gene_to_trans_map" name="gene_trans_map" type="data" format="tabular" label="Gene to transcript correspondence ('gene(tab)transcript' lines)" />
62 </when> 61 </when>
63 </conditional> 62 </conditional>
64
65 </section> 63 </section>
66 </inputs> 64 </inputs>
67 <outputs> 65 <outputs>
68 <data format="fasta" name="filtered" label="${tool.name} on ${on_string}: filtered low expression transcripts"/> 66 <data format="fasta" name="filtered" label="${tool.name} on ${on_string}: filtered low expression transcripts"/>
69 </outputs> 67 </outputs>