view csaw.xml @ 3:4a05dd3eda93 draft default tip

Uploaded
author dktanwar
date Wed, 22 Nov 2017 11:30:23 -0500
parents
children
line wrap: on
line source

<tool id="CSAW" name="CSAW" version="0.1.0">
  <command detect_errors="exit_code"><![CDATA[
Rscript $__tool_directory__/csaw.R $inputs --output $output
    ]]></command>
  <inputs>
    <param type="data" name="inputs" format="bam" multiple="True" />
  </inputs>
  <outputs>
    <data name="output" format="txt" />
  </outputs>
  <tests>
    <test>
      <param name="inputs" value="ENCFF027UTM.bam,ENCFF027UTM_1.bam"/>
      <output name="output" file="csaw_results"/>
    </test>
  </tests>
  <help><![CDATA[
        Write the tool help section here.
    ]]></help>
  <citations>
    <citation type="bibtex">
      @misc{github01_mismatch_removal,
      author = {LastTODO, FirstTODO},
      year = {TODO},
      title = {01_mismatch_removal},
      publisher = {GitHub},
      journal = {GitHub repository},
      url = {https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal},
      }</citation>
  </citations>
</tool>