view testenvperl.xml @ 4:7d229f933809 draft default tip

Uploaded
author choogland
date Tue, 02 Dec 2014 01:25:57 -0500
parents 9b43346b22a7
children
line wrap: on
line source

<tool id="test_env_perl" name="Test env perl">
  <description> print env variables</description>
  <command interpreter="perl">testenv.pl > $output</command>
<requirements>
    <requirement type="set_environment">TOOL_PATH</requirement>
</requirements>

  <outputs>
    <data format="tabular" name="output" />
  </outputs>


<!--  <tests>-->
<!--    <test>-->
<!--      <param name="input" value="fa_gc_content_input.fa"/>-->
<!--      <output name="out_file1" file="fa_gc_content_output.txt"/>-->
<!--    </test>-->
<!--  </tests>-->

  <help>
  </help>

</tool>