|
0
|
1 <tool id="vl_tools_format_vessels_by_individual" name="VLUTILS.format_vessels_by_individual">
|
|
|
2 <description>
|
|
|
3 Format the output from VLU.vessels_by_individual into a tabular
|
|
|
4 format
|
|
|
5 </description>
|
|
|
6 <command interpreter="bash">
|
|
|
7 launcher.sh
|
|
|
8 --interpreter=python
|
|
|
9 --runner=format_vessels_by_individual_output.py
|
|
|
10 --loglevel=$__app__.config.vl_loglevel
|
|
|
11 --logfile=${logfile}
|
|
|
12 --in_file=${in_file}
|
|
|
13 --map_file=${map_file}
|
|
|
14 --out_file=${out_file}
|
|
|
15 </command>
|
|
|
16 <inputs>
|
|
|
17 <param format="tabular" name="in_file" type="data"
|
|
|
18 label="Output file produced by the VLU.vessels_by_individual tool"/>
|
|
|
19 <param format="tabular" name="map_file" type="data"
|
|
|
20 label="Individuals ID mapping file"/>
|
|
|
21 </inputs>
|
|
|
22
|
|
|
23 <outputs>
|
|
|
24 <data format="tabular" name="out_file" label="${tool.name}.tsv"/>
|
|
|
25 <data format="txt" name="logfile" label="${tool.name}.log"/>
|
|
|
26 </outputs>
|
|
|
27
|
|
|
28 <help>
|
|
|
29
|
|
|
30 </help>
|
|
|
31 </tool> |