Mercurial > repos > iuc > trinity_analyze_diff_expr
comparison analyze_diff_expr.xml @ 4:ce471a02397f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e2cbd5016ee728c7d1fe80a8355518077b382bc3
| author | iuc |
|---|---|
| date | Thu, 27 Apr 2017 11:36:03 -0400 |
| parents | c5f3ad2e0051 |
| children | 74aa3fb94330 |
comparison
equal
deleted
inserted
replaced
| 3:c5f3ad2e0051 | 4:ce471a02397f |
|---|---|
| 1 <tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@.0"> | 1 <tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@.1"> |
| 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"> |
| 81 <data format="tabular" name="results_matrix_log2_sample_cor" from_work_dir="results.matrix.log2.sample_cor.dat"/> | 81 <data format="tabular" name="results_matrix_log2_sample_cor" from_work_dir="results.matrix.log2.sample_cor.dat"/> |
| 82 <data format="pdf" name="results_matrix_log2_sample_cor_matrix" from_work_dir="results.matrix.log2.sample_cor_matrix.pdf"/> | 82 <data format="pdf" name="results_matrix_log2_sample_cor_matrix" from_work_dir="results.matrix.log2.sample_cor_matrix.pdf"/> |
| 83 </collection> | 83 </collection> |
| 84 <data format="RData" name="rdata" label="${tool.name} on ${on_string}: RData file" from_work_dir="results.matrix.RData"/> | 84 <data format="RData" name="rdata" label="${tool.name} on ${on_string}: RData file" from_work_dir="results.matrix.RData"/> |
| 85 <collection name="GOseq_enrichment" type="list" label="${tool.name} on ${on_string}: GOseq enriched and depleted categories"> | 85 <collection name="GOseq_enrichment" type="list" label="${tool.name} on ${on_string}: GOseq enriched and depleted categories"> |
| 86 <filter>additional_params['GO_enrichment']['examine_GO_enrichment'] == 'yes'</filter> | |
| 86 <discover_datasets pattern="(?P<name>.+\.subset\.GOseq\.(enriched|depleted))$" ext="tabular" /> | 87 <discover_datasets pattern="(?P<name>.+\.subset\.GOseq\.(enriched|depleted))$" ext="tabular" /> |
| 87 </collection> | 88 </collection> |
| 88 </outputs> | 89 </outputs> |
| 89 <tests> | 90 <tests> |
| 90 <test> | 91 <test> |
