Mercurial > repos > iuc > dexseq
comparison dexseq.xml @ 15:781f60a0c658 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dexseq commit d6fb005b0dbf26037aab1748d9b5df12876c674d"
| author | iuc |
|---|---|
| date | Sun, 19 Dec 2021 23:02:13 +0000 |
| parents | e5fe98b50c21 |
| children | d104044e4257 |
comparison
equal
deleted
inserted
replaced
| 14:e5fe98b50c21 | 15:781f60a0c658 |
|---|---|
| 1 <tool id="dexseq" name="DEXSeq" version="@VERSION@+galaxy1"> | 1 <tool id="dexseq" name="DEXSeq" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> |
| 2 <description>Determines differential exon usage from count tables</description> | 2 <description>Determines differential exon usage from count tables</description> |
| 3 <xrefs> | 3 <xrefs> |
| 4 <xref type="bio.tools">dexseq</xref> | 4 <xref type="bio.tools">dexseq</xref> |
| 5 </xrefs> | 5 </xrefs> |
| 6 <macros> | 6 <macros> |
| 100 <param name="rds" type="boolean" truevalue="True" falsevalue="False" checked="false" | 100 <param name="rds" type="boolean" truevalue="True" falsevalue="False" checked="false" |
| 101 label="Output rds file for plotDEXSeq?" help="Can be used to generate plots for individual genes with plotDEXSeq" /> | 101 label="Output rds file for plotDEXSeq?" help="Can be used to generate plots for individual genes with plotDEXSeq" /> |
| 102 <param name="fdr_cutoff" type="float" min="0.0" max="1.0" value="0.05" label="All the genes under this FDR threshold will be shown in the html report"/> | 102 <param name="fdr_cutoff" type="float" min="0.0" max="1.0" value="0.05" label="All the genes under this FDR threshold will be shown in the html report"/> |
| 103 </inputs> | 103 </inputs> |
| 104 <outputs> | 104 <outputs> |
| 105 <data name="dexseq_out" format="tabular" label="DEXSeq result file on ${on_string}" /> | 105 <data name="dexseq_out" format="tabular" label="${tool.name} on ${on_string}: result" /> |
| 106 <data name="htmlreport" format="html" label="DEXSeq report on ${on_string}"> | 106 <data name="htmlreport" format="html" label="${tool.name} on ${on_string}: report"> |
| 107 <filter>report is True</filter> | 107 <filter>report is True</filter> |
| 108 </data> | 108 </data> |
| 109 <data name="rds_out" format="rdata" from_work_dir="DEXSeqResults.rds" label="DEXSeq rds file on ${on_string}"> | 109 <data name="rds_out" format="rds" from_work_dir="DEXSeqResults.rds" label="${tool.name} on ${on_string}: rds file"> |
| 110 <filter>rds is True</filter> | 110 <filter>rds is True</filter> |
| 111 </data> | 111 </data> |
| 112 </outputs> | 112 </outputs> |
| 113 <tests> | 113 <tests> |
| 114 <!-- Ensure default output works--> | 114 <!-- Ensure default output works--> |
| 172 </repeat> | 172 </repeat> |
| 173 <param name="report" value="False"/> | 173 <param name="report" value="False"/> |
| 174 <param name="rds" value="True"/> | 174 <param name="rds" value="True"/> |
| 175 <param name="fdr_cutoff" value="0.05"/> | 175 <param name="fdr_cutoff" value="0.05"/> |
| 176 <output name="dexseq_out" ftype="tabular" file="dexseq_result.tabular" compare="sim_size"/> | 176 <output name="dexseq_out" ftype="tabular" file="dexseq_result.tabular" compare="sim_size"/> |
| 177 <output name="rds_out" ftype="rdata" file="dexseq.rds" compare="sim_size"/> | 177 <output name="rds_out" ftype="rds" file="dexseq.rds" compare="sim_size"/> |
| 178 </test> | 178 </test> |
| 179 </tests> | 179 </tests> |
| 180 <help><