view annoPeakFigure/annoPeakFigure.xml @ 5:1de0d1429a3c draft default tip

Uploaded
author testtool
date Mon, 20 Mar 2017 06:49:22 -0400
parents 6bcf1f0bff41
children
line wrap: on
line source

<tool id="APfigure" name="annoPeakFigure" version="1.16.2">
  <requirements>
   <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement>
</requirements>
<stdio>
   <exit_code range="1:" />
</stdio>
  <command> Rscript $__tool_directory__/annoPeakFigure.R "$DMR" "$annoPeakFigure"</command>
  <inputs>
    <param optional="false" format="bed" name="DMR" type="data" value="" help="Bumphunter peaks." label="[required] file">
      <validator type="empty_field" message="This field is required."/>
    </param>
  </inputs>
  <outputs>
    <data format="png" name="annoPeakFigure" label="annoPeakFigure.png"/>
  </outputs>
  <tests>
    <test>
      <param name="test">
      <element name="test-data">
          <collection type="data">
          <element name="DMR" value="test-data/DMR.bed"/>
          </collection>
        </element>
        </param>
        <output format="png" name="annoPeakFigure" label="test-data/annoPeakFigure.png"/>
        </test>
    </tests>
  <help>
**Description**
</help>
<citations>
DMR
</citations>
</tool>