Mercurial > repos > matnguyen > pathogist
comparison galaxy/tools/concatenator/concatenator.xml @ 1:c1b6f5fbbcad draft
Updated pathogist version
author | matnguyen |
---|---|
date | Fri, 01 Feb 2019 16:56:03 -0500 |
parents | |
children | baf1e89b42eb |
comparison
equal
deleted
inserted
replaced
0:6a73638d707c | 1:c1b6f5fbbcad |
---|---|
1 <tool id="concatenator" name="Concatenator" version="1.0.0"> | |
2 <description>creates a list of accessions and the associated path to their variant calls</description> | |
3 <requirements> | |
4 <requirement type="package" version="0.2.3">pathogist</requirement> | |
5 </requirements> | |
6 | |
7 <command><![CDATA[ | |
8 $__tool_directory__/concatenator -n #for $path in $paths# ${path.element_identifier} #end for# | |
9 -i #for $path in $paths# $path #end for# | |
10 ]]></command> | |
11 | |
12 <inputs> | |
13 <param name="paths" type="data" label="Collection of calls" help="" optional="False" multiple="True"/> | |
14 </inputs> | |
15 | |
16 <outputs> | |
17 <data name="output" label="Paths of ${on_string}" format="txt" from_work_dir="paths.txt"/> | |
18 </outputs> | |
19 | |
20 <help> | |
21 | |
22 </help> | |
23 | |
24 <citations> | |
25 | |
26 </citations> | |
27 </tool> |