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

Full galaxy wrapper
author diego
date Sat, 21 Apr 2012 21:36:15 -0400
parents
children
line wrap: on
line source

<tool id="rtg_cg2sdf" name="Format CG TSV">
  <description>to SDF with rtg cg2sdf</description>
  <command interpreter="bash">galaxy-rtg-wrapper.sh cg2sdf 
$input1
-o ${output.extra_files_path} >$output</command>
  <inputs>
        <param name="input1" type="data" format="tsvcg" label="Source CG TSV file" help=""/>
  </inputs>
  <outputs>
    <data format="rtg_sdf" name="output" />
  </outputs>

  <help>
This tool formats a CG TSV file to RTG SDF.
  </help>

</tool>