changeset 2:9b43346b22a7 draft

Uploaded
author choogland
date Tue, 02 Dec 2014 01:25:13 -0500
parents 42b9cd727c07
children 69760cc36501
files testenvperl.xml
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testenvperl.xml	Tue Dec 02 01:25:13 2014 -0500
@@ -0,0 +1,23 @@
+<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>