Mercurial > repos > iuc > arriba
changeset 7:6535dd4a4064 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 2d69e621036bf155e02189d4a9a8aa9ee24536e0
author | iuc |
---|---|
date | Fri, 04 Apr 2025 10:38:24 +0000 |
parents | 45c2ec061cf9 |
children | |
files | arriba.xml macros.xml |
diffstat | 2 files changed, 17 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 ]]></help> <expand macro="citations" />
--- 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 @@ <macros> - <token name="@TOOL_VERSION@">2.4.0</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@TOOL_VERSION@">2.5.0</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">arriba</requirement> @@ -238,6 +238,7 @@ </help> <validator type="regex" message="">^\d+(,\d+)?$</validator> </param> + <param argument="--plotPanels" type="boolean" label="Plot panels" truevalue="TRUE" falsevalue="FALSE" help="The output will contain a panel for each fusion partner"/> </section> </xml> <token name="@DRAW_FUSIONS@"> @@ -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 </token> </macros>