Mercurial > repos > deepakjadmin > limmatest1
annotate testing.xml @ 0:e91bfaad3459 draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Wed, 23 Sep 2015 05:46:00 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="kunv02rt90uis" name="R-3-2-0" version="1.0.0"> |
| 2 <description>R version and installation test</description> | |
| 3 <requirements> | |
| 4 <requirement type="set_environment">R_ROOT_DIR</requirement> | |
| 5 <requirement type="package" version="3.2.0">R</requirement> | |
| 6 </requirements> | |
| 7 <command> /bin/which R > $output_file; | |
| 8 /bin/which \$R_ROOT_DIR/bin/R >> $output_file; | |
| 9 echo \$R_ROOT_DIR >> $output_file; | |
| 10 echo \$PATH >> $output_file; | |
| 11 </command> | |
| 12 <outputs> | |
| 13 <data type="data" format="txt" name="output_file" label ="output_r_3_2_0.env" /> | |
| 14 </outputs> | |
| 15 </tool> |
