Mercurial > repos > choogland > test_env
annotate testenvperl.xml @ 2:9b43346b22a7 draft
Uploaded
author | choogland |
---|---|
date | Tue, 02 Dec 2014 01:25:13 -0500 |
parents | |
children |
rev | line source |
---|---|
2 | 1 <tool id="test_env_perl" name="Test env perl"> |
2 <description> print env variables</description> | |
3 <command interpreter="perl">testenv.pl > $output</command> | |
4 <requirements> | |
5 <requirement type="set_environment">TOOL_PATH</requirement> | |
6 </requirements> | |
7 | |
8 <outputs> | |
9 <data format="tabular" name="output" /> | |
10 </outputs> | |
11 | |
12 | |
13 <!-- <tests>--> | |
14 <!-- <test>--> | |
15 <!-- <param name="input" value="fa_gc_content_input.fa"/>--> | |
16 <!-- <output name="out_file1" file="fa_gc_content_output.txt"/>--> | |
17 <!-- </test>--> | |
18 <!-- </tests>--> | |
19 | |
20 <help> | |
21 </help> | |
22 | |
23 </tool> |