Previous changeset 16:81a4697677e7 (2021-03-19) Next changeset 18:442e3696c634 (2021-11-27) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec" |
modified:
abundance_estimates_to_matrix.xml macros.xml |
b |
diff -r 81a4697677e7 -r 2e21a7c28b38 abundance_estimates_to_matrix.xml --- a/abundance_estimates_to_matrix.xml Fri Mar 19 21:50:27 2021 +0000 +++ b/abundance_estimates_to_matrix.xml Fri Sep 10 22:51:58 2021 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="trinity_abundance_estimates_to_matrix" name="Build expression matrix" version="@WRAPPER_VERSION@"> <description>for a de novo assembly of RNA-Seq data by Trinity</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r 81a4697677e7 -r 2e21a7c28b38 macros.xml --- a/macros.xml Fri Mar 19 21:50:27 2021 +0000 +++ b/macros.xml Fri Sep 10 22:51:58 2021 +0000 |
b |
@@ -6,7 +6,11 @@ <yield/> </requirements> </xml> - + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">trinity</xref> + </xrefs> + </xml> <token name="@WRAPPER_VERSION@">2.9.1</token> <token name="@COMMAND_PAIRED_STRAND_JACCARD@"> |