# HG changeset patch
# User iuc
# Date 1663941025 0
# Node ID 4f1efcc055d53a724fbe3e5834dd87c919066432
# Parent a24ca22b906e5cb6cb40a93d5a12ecbe0f3878c5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 5def6a1b52ea9116547b5fd953a45b9ef85a011f
diff -r a24ca22b906e -r 4f1efcc055d5 arriba.xml
--- a/arriba.xml Wed Jul 27 11:24:44 2022 +0000
+++ b/arriba.xml Fri Sep 23 13:50:25 2022 +0000
@@ -55,7 +55,7 @@
-c '$chimeric'
#end if
-a '$genome_assembly'
- -g '$genome_annotation'
+ -g 'genome.gtf'
#if $blacklist
-b '$blacklist_file'
#end if
@@ -71,17 +71,17 @@
#if $tags
-t '$tags_file'
#end if
- #if str($wgs.use_wgs) == "yes"
- -d '$wgs.wgs'
- #if str($wgs.max_genomic_breakpoint_distance)
- -D $wgs.max_genomic_breakpoint_distance
+ #if str($wgs_cond.use_wgs) == "yes"
+ -d '$wgs_cond.wgs'
+ #if str($wg_cond.max_genomic_breakpoint_distance)
+ -D $wgs_cond.max_genomic_breakpoint_distance
#end if
#end if
-o fusions.tsv
-#if $output_fusions_discarded
+ #if $output_fusions_discarded
-O fusions.discarded.tsv
-#end if
-## Arriba options
+ #end if
+ ## Arriba options
#if $options.gtf_features
-G '$options.gtf_features'
#end if
@@ -186,13 +186,13 @@
-
+
-
diff -r a24ca22b906e -r 4f1efcc055d5 macros.xml
--- a/macros.xml Wed Jul 27 11:24:44 2022 +0000
+++ b/macros.xml Fri Sep 23 13:50:25 2022 +0000
@@ -1,6 +1,6 @@
2.3.0
- 0
+ 1
arriba
@@ -58,12 +58,7 @@
]]>
@@ -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