Mercurial > repos > tduigou > rpranker
diff rpranker.xml @ 4:0b6c315489e4 draft default tip
planemo upload commit 3bc34bfc82850daa2229724c396dcd9454039273-dirty
author | tduigou |
---|---|
date | Fri, 18 Nov 2022 16:04:21 +0000 |
parents | 422a5c9f3583 |
children |
line wrap: on
line diff
--- a/rpranker.xml Mon Oct 24 10:14:47 2022 +0000 +++ b/rpranker.xml Fri Nov 18 16:04:21 2022 +0000 @@ -2,7 +2,7 @@ <description>Rank heterologous pathways according to their global score</description> <macros> <token name="@VERSION_SUFFIX@">0</token> - <token name="@TOOL_VERSION@">5.13.1</token> + <token name="@TOOL_VERSION@">6.0.1</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> @@ -12,10 +12,17 @@ <regex match="ERROR" level="fatal" /> </stdio> <command detect_errors="exit_code"><![CDATA[ + #for $file in $pathway_collection + ln -s $file $file.name && + #end for + python -m rptools.rprank --pathways - #set files = '" "'.join([str($file) for $file in $pathway_collection]) - "${files}" + + #for $file in $pathway_collection + $file.name + #end for + > '$sorted_pathways' ]]></command> <inputs>