Previous changeset 0:125d20cb23d7 (2022-07-27) Next changeset 2:47311adce34e (2022-09-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 5def6a1b52ea9116547b5fd953a45b9ef85a011f |
modified:
macros.xml |
b |
diff -r 125d20cb23d7 -r 1fe9d667447c macros.xml --- a/macros.xml Wed Jul 27 11:25:14 2022 +0000 +++ b/macros.xml Fri Sep 23 13:49:51 2022 +0000 |
[ |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.3.0</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">arriba</requirement> @@ -58,12 +58,7 @@ ]]></token> <token name="@GTF_SOURCE@"><![CDATA[ #if str($genome_gtf.gtf_source) == "history" - #if $genome_gtf.annotation.is_of_type('gtf.gz') - #set $genome_annotation = 'genome.gtf.gz' - #else - #set $genome_annotation = 'genome.gtf' - #end if - ln -sf '$genome_gtf.annotation' $genome_annotation && + ln -sf '$genome_gtf.annotation' genome.gtf && #end if ]]></token> @@ -300,7 +295,6 @@ #if str($visualization.options.pdfHeight) --pdfHeight=$visualization.options.pdfHeight #end if - # fontFamily #if $visualization.options.fontFamily --fontFamily=$visualization.options.fontFamily #end if |