Mercurial > repos > iuc > trinity_analyze_diff_expr
comparison analyze_diff_expr.xml @ 10:dc0f01791c9b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3e20977cfa8882c231128158827bbc85a770a371
author | iuc |
---|---|
date | Fri, 26 Apr 2019 06:45:46 -0400 |
parents | d61afd68a493 |
children | 284bb0c05da9 |
comparison
equal
deleted
inserted
replaced
9:fab23c3b5258 | 10:dc0f01791c9b |
---|---|
1 <tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@"> | 1 <tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@+galaxy1"> |
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="requirements"> | 6 <expand macro="requirements"> |
90 <data format="pdf" name="results_matrix_log2_centered_heatmap" from_work_dir="results.matrix.log2.centered.genes_vs_samples_heatmap.pdf"/> | 90 <data format="pdf" name="results_matrix_log2_centered_heatmap" from_work_dir="results.matrix.log2.centered.genes_vs_samples_heatmap.pdf"/> |
91 <data format="tabular" name="results_matrix_log2" from_work_dir="results.matrix.log2.dat"/> | 91 <data format="tabular" name="results_matrix_log2" from_work_dir="results.matrix.log2.dat"/> |
92 <data format="tabular" name="results_matrix_log2_sample_cor" from_work_dir="results.matrix.log2.sample_cor.dat"/> | 92 <data format="tabular" name="results_matrix_log2_sample_cor" from_work_dir="results.matrix.log2.sample_cor.dat"/> |
93 <data format="pdf" name="results_matrix_log2_sample_cor_matrix" from_work_dir="results.matrix.log2.sample_cor_matrix.pdf"/> | 93 <data format="pdf" name="results_matrix_log2_sample_cor_matrix" from_work_dir="results.matrix.log2.sample_cor_matrix.pdf"/> |
94 </collection> | 94 </collection> |
95 <data format="RData" name="rdata" label="${tool.name} on ${on_string}: RData file" from_work_dir="results.matrix.RData"/> | 95 <data format="rdata" name="rdata" label="${tool.name} on ${on_string}: RData file" from_work_dir="results.matrix.RData"/> |
96 <collection name="GOseq_enrichment" type="list" label="${tool.name} on ${on_string}: GOseq enriched and depleted categories"> | 96 <collection name="GOseq_enrichment" type="list" label="${tool.name} on ${on_string}: GOseq enriched and depleted categories"> |
97 <filter>additional_params['GO_enrichment']['examine_GO_enrichment'] == 'yes'</filter> | 97 <filter>additional_params['GO_enrichment']['examine_GO_enrichment'] == 'yes'</filter> |
98 <discover_datasets pattern="(?P<name>.+\.subset\.GOseq\.(enriched|depleted))$" ext="tabular" /> | 98 <discover_datasets pattern="(?P<name>.+\.subset\.GOseq\.(enriched|depleted))$" ext="tabular" /> |
99 </collection> | 99 </collection> |
100 </outputs> | 100 </outputs> |