Mercurial > repos > iuc > arriba
diff macros.xml @ 4:98163e8ed458 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 26aa67fb926f54dfda456f8e25b3c3a21aa63685
| author | iuc |
|---|---|
| date | Wed, 25 Sep 2024 15:29:26 +0000 |
| parents | 2eca65b822be |
| children | 5e03d09d5fdc |
line wrap: on
line diff
--- a/macros.xml Fri Mar 24 08:12:15 2023 +0000 +++ b/macros.xml Wed Sep 25 15:29:26 2024 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.4.0</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">arriba</requirement> @@ -53,7 +53,7 @@ ln -sf '$genome.assembly' $genome_assembly && #end if #elif str($genome.genome_source) == "cached" - #set $genome_assembly = $genome.ref_file.fields.fasta + #set $genome_assembly = $genome.ref_file.fields.path #end if ]]></token> <token name="@GTF_SOURCE@"><![CDATA[ @@ -63,7 +63,7 @@ ]]></token> <xml name="visualization_options"> - <param name="cytobands" argument="--cytobands" type="data" format="tabular" optional="true" label="Cytobands"/> + <param argument="--cytobands" type="data" format="tabular" optional="true" label="Cytobands"/> <section name="options" expanded="false" title="Draw Fusion Options"> <param argument="--sampleName" type="text" value="" optional="true" label="Sample Name printed as the title on every page"/> <param argument="--transcriptSelection" type="select" optional="true" label="Transcript selection">
