Mercurial > repos > iuc > trinity_contig_exn50_statistic
diff contig_exn50_statistic.xml @ 15:41db7569b4ba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
author | iuc |
---|---|
date | Tue, 11 Apr 2023 19:48:34 +0000 |
parents | beafdd47f8cf |
children | 870ac06dff8e |
line wrap: on
line diff
--- a/contig_exn50_statistic.xml Sun Dec 19 16:16:07 2021 +0000 +++ b/contig_exn50_statistic.xml Tue Apr 11 19:48:34 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@WRAPPER_VERSION@"> +<tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> <description>from a Trinity assembly</description> <macros> <import>macros.xml</import> @@ -13,8 +13,8 @@ > '$output' ]]></command> <inputs> - <param format="tabular" name="matrix" type="data" label="Expression matrix" help="Matrix of normalized expression values produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool"/> - <param format="fasta" name="transcripts" type="data" label="Transcripts" help="De novo assembly of RNA-Seq data"/> + <param name="matrix" type="data" format="tabular" label="Expression matrix" help="Matrix of normalized expression values produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool"/> + <param name="transcripts" type="data" format="fasta" label="Transcripts" help="De novo assembly of RNA-Seq data"/> </inputs> <outputs> <data format="tabular" name="output" label="${tool.name} on ${on_string}: ExN50 statistics"/>