Mercurial > repos > iuc > raceid_inspecttrajectory
comparison raceid_inspecttrajectories.xml @ 8:df8e4e54d367 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit 455bad7eca54164f95755174904842907846bb42"
author | iuc |
---|---|
date | Mon, 20 Dec 2021 10:11:41 +0000 |
parents | 3478133d0f6f |
children | 6e90c8adf84f |
comparison
equal
deleted
inserted
replaced
7:3478133d0f6f | 8:df8e4e54d367 |
---|---|
1 <tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" > | 1 <tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>inspects branches of a lineage tree</description> | 2 <description>inspects branches of a lineage tree</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <import>macros_cheetah.xml</import> | 5 <import>macros_cheetah.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <expand macro="version_command_config" prog="trajectoryinspect.R" cheetah="INSPECTTRAJECTORIES_CHEETAH" /> | 8 <expand macro="version_command_config" prog="trajectoryinspect.R" cheetah="INSPECTTRAJECTORIES_CHEETAH" /> |
9 <inputs> | 9 <inputs> |
10 <param name="inputrds" type="data" format="rdata" label="Input RDS" help="Requires the RDS output from the trajectory analysis" /> | 10 <param name="inputrds" type="data" format="rds" label="Input RDS" help="Requires the RDS output from the trajectory analysis" /> |
11 <section name="trjsid" title="StemID Branch Link Examine" expanded="true" help="StemID derives cell lineage trees and predicts multipotent cell identities"> | 11 <section name="trjsid" title="StemID Branch Link Examine" expanded="true" help="StemID derives cell lineage trees and predicts multipotent cell identities"> |
12 <conditional name="basic" > | 12 <conditional name="basic" > |
13 <param name="doit" type="select" label="Perform StemID?" > | 13 <param name="doit" type="select" label="Perform StemID?" > |
14 <expand macro="yesno_checkedno" /> | 14 <expand macro="yesno_checkedno" /> |
15 </param> | 15 </param> |