view cravat_annotate/cravat_annotate.xml @ 10:152227fa7851 draft

Uploaded
author in_silico
date Tue, 12 Jun 2018 11:04:25 -0400
parents
children
line wrap: on
line source

<tool id="cravat_query" name="CRAVAT Query" version="1.0.0">
    <description>Queries CRAVAT for cancer annotation</description>
  <command interpreter="python">cravat_annotate.py $input $output</command>
  
  <inputs>
    <param format="tabular" name="input" type="data" label="Source file"/>
  </inputs>
  
  <outputs>
    <data format="tabular" name="output" />
  </outputs>

  <tests>
    <test>
      <param name="input" value="input_call.txt"/>
      <output name="output" file="Galaxy23-[CRAVAT_Query_on_data_22].tabular"/>
    </test>
  </tests>

  <help>
    This tool queries CRAVAT for cancer annotation.
  </help>

</tool>