Mercurial > repos > iuc > pretext_graph
comparison pretext_graph.xml @ 1:eca7d3a0c5f2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 50ddb7e5275f15196246e25f85f79d2ece455e53
author | iuc |
---|---|
date | Fri, 29 Mar 2024 09:44:28 +0000 |
parents | 75b4a2298714 |
children | 408ece2e4647 |
comparison
equal
deleted
inserted
replaced
0:75b4a2298714 | 1:eca7d3a0c5f2 |
---|---|
21 -n '$name' | 21 -n '$name' |
22 #end if | 22 #end if |
23 -o output.pretext | 23 -o output.pretext |
24 ]]></command> | 24 ]]></command> |
25 <inputs> | 25 <inputs> |
26 <param name="input" type="data" format="bigwig, bedgraph" label="Input bigwig or bedgraph file"/> | 26 <param name="input" type="data" format="bigwig,bedgraph" label="Input bigwig or bedgraph file"/> |
27 <param name="pretext" type="data" format="pretext" label="Pretext file" help="Sequence names in the Pretext file must match sequence names in the bedgraph data; although relative sort order is unimportant."/> | 27 <param name="pretext" type="data" format="pretext" label="Pretext file" help="Sequence names in the Pretext file must match sequence names in the bedgraph data; although relative sort order is unimportant."/> |
28 <param name="name" type="text" label="Label for the graph" optional="true"/> | 28 <param name="name" type="text" label="Label for the graph" optional="true"/> |
29 </inputs> | 29 </inputs> |
30 <outputs> | 30 <outputs> |
31 <data name="graph_out" format="pretext" from_work_dir="output.pretext" label="${tool.name} on ${on_string}"/> | 31 <data name="graph_out" format="pretext" from_work_dir="output.pretext" label="${tool.name} on ${on_string}"/> |