Repository 'trinity_contig_exn50_statistic'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/trinity_contig_exn50_statistic

Changeset 12:34840e9c79b0 (2021-09-10)
Previous changeset 11:b1e9a0355166 (2021-03-19) Next changeset 13:beafdd47f8cf (2021-11-27)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
modified:
contig_exn50_statistic.xml
macros.xml
b
diff -r b1e9a0355166 -r 34840e9c79b0 contig_exn50_statistic.xml
--- a/contig_exn50_statistic.xml Fri Mar 19 21:49:29 2021 +0000
+++ b/contig_exn50_statistic.xml Fri Sep 10 22:43:27 2021 +0000
[
@@ -1,12 +1,14 @@
 <tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@WRAPPER_VERSION@">
     <description>from a Trinity assembly</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements" />
     <command detect_errors="aggressive"><![CDATA[
+    ln -s '$matrix' 'matrix.tabular' &&
     contig_ExN50_statistic.pl
-        '$matrix'
+        'matrix.tabular'
         '$transcripts'
         > '$output'
     ]]></command>
b
diff -r b1e9a0355166 -r 34840e9c79b0 macros.xml
--- a/macros.xml Fri Mar 19 21:49:29 2021 +0000
+++ b/macros.xml Fri Sep 10 22:43:27 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@">