# HG changeset patch
# User iuc
# Date 1743763104 0
# Node ID 6535dd4a4064884e1f8fe52c7984275445c4db4f
# Parent 45c2ec061cf9969680ed7f8dcb1da972206d4986
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 2d69e621036bf155e02189d4a9a8aa9ee24536e0
diff -r 45c2ec061cf9 -r 6535dd4a4064 arriba.xml
--- a/arriba.xml Wed Sep 25 15:29:56 2024 +0000
+++ b/arriba.xml Fri Apr 04 10:38:24 2025 +0000
@@ -507,7 +507,7 @@
**INPUTS**
-See: https://arriba.readthedocs.io/en/latest/input-files/
+See: https://github.com/suhrig/arriba/wiki/04-Input-files
- Alignments
@@ -672,14 +672,14 @@
**OPTIONS**
- - Arriba: https://arriba.readthedocs.io/en/latest/command-line-options/#arriba
- - Visualization: https://arriba.readthedocs.io/en/latest/command-line-options/#draw_fusionsr
- - RNA STAR: https://arriba.readthedocs.io/en/latest/workflow/
+ - Arriba: https://github.com/suhrig/arriba/wiki/07-Command-line-options#arriba
+ - Visualization: https://github.com/suhrig/arriba/wiki/07-Command-line-options#draw_fusionsr
+ - RNA STAR: https://github.com/suhrig/arriba/wiki/03-Workflow
**OUTPUTS**
-See: https://arriba.readthedocs.io/en/latest/output-files/
+See: https://github.com/suhrig/arriba/wiki/05-Output-files
- fusions.tsv
@@ -732,7 +732,7 @@
**VISUALIZATION**
-See: https://arriba.readthedocs.io/en/latest/visualization/
+See: https://github.com/suhrig/arriba/wiki/06-Visualization
- fusions.pdf
@@ -743,11 +743,11 @@
:height: 467
-.. _Arriba: https://arriba.readthedocs.io/en/latest/
-.. _INPUTS: https://arriba.readthedocs.io/en/latest/input-files/
-.. _OUTPUTS: https://arriba.readthedocs.io/en/latest/output-files/
-.. _VISUALIZATION: https://arriba.readthedocs.io/en/latest/visualization/
-.. _OPTIONS: https://arriba.readthedocs.io/en/latest/command-line-options/
+.. _Arriba: https://github.com/suhrig/arriba/wiki/01-Home
+.. _INPUTS: https://github.com/suhrig/arriba/wiki/04-Input-files
+.. _OUTPUTS: https://github.com/suhrig/arriba/wiki/05-Output-files
+.. _VISUALIZATION: https://github.com/suhrig/arriba/wiki/06-Visualization
+.. _OPTIONS: https://github.com/suhrig/arriba/wiki/07-Command-line-options
]]>
diff -r 45c2ec061cf9 -r 6535dd4a4064 macros.xml
--- a/macros.xml Wed Sep 25 15:29:56 2024 +0000
+++ b/macros.xml Fri Apr 04 10:38:24 2025 +0000
@@ -1,6 +1,6 @@
- 2.4.0
- 2
+ 2.5.0
+ 0
arriba
@@ -238,6 +238,7 @@
^\d+(,\d+)?$
+
@@ -301,5 +302,8 @@
#if str($visualization.options.fontSize)
--fontSize=$visualization.options.fontSize
#end if
+ #if $visualization.options.plotPanels
+ --plotPanels=$visualization.options.plotPanels
+ #end if