Mercurial > repos > devteam > cuffdiff
comparison cuffdiff_wrapper.xml @ 5:3d8071386667 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffdiff commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
| author | iuc |
|---|---|
| date | Tue, 16 Jun 2020 16:57:20 +0000 |
| parents | e20b05db0839 |
| children | 986b6cbd0f59 |
comparison
equal
deleted
inserted
replaced
| 4:e20b05db0839 | 5:3d8071386667 |
|---|---|
| 1 <tool id="cuffdiff" name="Cuffdiff" version="@VERSION@.5"> | 1 <tool id="cuffdiff" name="Cuffdiff" version="@VERSION@.5"> |
| 2 <description>find significant changes in transcript expression, splicing, and promoter use</description> | 2 <description>find significant changes in transcript expression, splicing, and promoter use</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>cuff_macros.xml</import> | 4 <import>cuff_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"> | 6 <expand macro="requirements"> |
| 7 <requirement type="package" version="2.16.0">bioconductor-cummerbund</requirement> | 7 <requirement type="package" version="2.16.0">bioconductor-cummerbund</requirement> |
| 8 </expand> | 8 </expand> |
| 9 <version_command>cuffdiff 2>&1 | head -n 1</version_command> | 9 <version_command><![CDATA[cuffdiff 2>&1 | head -n 1]]></version_command> |
| 10 <command detect_errors="aggressive"><