Mercurial > repos > iuc > dexseq
diff dexseq_count.xml @ 17:d104044e4257 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dexseq commit 2ea27822b171dbf519509dc1da150c8ccee2a140
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2023 08:25:36 +0000 |
| parents | 781f60a0c658 |
| children | ffa256d657b2 |
line wrap: on
line diff
--- a/dexseq_count.xml Tue May 03 20:22:42 2022 +0000 +++ b/dexseq_count.xml Tue Apr 04 08:25:36 2023 +0000 @@ -1,13 +1,10 @@ -<tool id="dexseq_count" name="DEXSeq-Count" version="@TOOL_VERSION@.1" profile="@PROFILE@"> +<tool id="dexseq_count" name="DEXSeq-Count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Prepare and count exon abundancies from RNA-seq data</description> - <xrefs> - <xref type="bio.tools">dexseq</xref> - </xrefs> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements"> - </expand> + <expand macro="xrefs"/> + <expand macro="requirements"/> <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:" /> @@ -32,6 +29,8 @@ $mode.flattened_gtf_in '$mode.bamfile' '$counts_file' + && + sed -i 's/\"//g' '$counts_file' #end if ]]></command> <inputs>
