comparison tools/rtg/cg2sdf.xml @ 1:8593828f91e7 default tip

Full galaxy wrapper
author diego
date Sat, 21 Apr 2012 21:36:15 -0400
parents
children
comparison
equal deleted inserted replaced
0:d50638ebd809 1:8593828f91e7
1 <tool id="rtg_cg2sdf" name="Format CG TSV">
2 <description>to SDF with rtg cg2sdf</description>
3 <command interpreter="bash">galaxy-rtg-wrapper.sh cg2sdf
4 $input1
5 -o ${output.extra_files_path} >$output</command>
6 <inputs>
7 <param name="input1" type="data" format="tsvcg" label="Source CG TSV file" help=""/>
8 </inputs>
9 <outputs>
10 <data format="rtg_sdf" name="output" />
11 </outputs>
12
13 <help>
14 This tool formats a CG TSV file to RTG SDF.
15 </help>
16
17 </tool>