Previous changeset 7:3478133d0f6f (2021-12-02) Next changeset 9:a6821f856a1e (2022-08-24) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit 455bad7eca54164f95755174904842907846bb42" |
modified:
macros.xml raceid_inspecttrajectories.xml |
b |
diff -r 3478133d0f6f -r df8e4e54d367 macros.xml --- a/macros.xml Thu Dec 02 16:21:15 2021 +0000 +++ b/macros.xml Mon Dec 20 10:11:41 2021 +0000 |
[ |
@@ -26,7 +26,8 @@ } </token> <token name="@TOOL_VERSION@">0.2.3</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">21.01</token> <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2> '$outlog'"> <version_command><![CDATA[ |
b |
diff -r 3478133d0f6f -r df8e4e54d367 raceid_inspecttrajectories.xml --- a/raceid_inspecttrajectories.xml Thu Dec 02 16:21:15 2021 +0000 +++ b/raceid_inspecttrajectories.xml Mon Dec 20 10:11:41 2021 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" > +<tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>inspects branches of a lineage tree</description> <macros> <import>macros.xml</import> @@ -7,7 +7,7 @@ <expand macro="requirements" /> <expand macro="version_command_config" prog="trajectoryinspect.R" cheetah="INSPECTTRAJECTORIES_CHEETAH" /> <inputs> - <param name="inputrds" type="data" format="rdata" label="Input RDS" help="Requires the RDS output from the trajectory analysis" /> + <param name="inputrds" type="data" format="rds" label="Input RDS" help="Requires the RDS output from the trajectory analysis" /> <section name="trjsid" title="StemID Branch Link Examine" expanded="true" help="StemID derives cell lineage trees and predicts multipotent cell identities"> <conditional name="basic" > <param name="doit" type="select" label="Perform StemID?" > |