comparison GEO/getGEO.xml @ 32:2b223a449cf6 draft

Uploaded
author testtool
date Thu, 09 Feb 2017 08:56:42 -0500
parents f81cbc34657c
children 336f56093613
comparison
equal deleted inserted replaced
31:f81cbc34657c 32:2b223a449cf6
1 <tool id="GEO" name="getGEO" version="1.16.2"> 1 <tool id="GEO" name="getGEO" version="1.16.2">
2 <?xml version='1.0' encoding='utf-8'?> 2 <?xml version='1.0' encoding='utf-8'?>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="3.2.1">R</requirement> 4 <requirement type="package" version="3.2.1">R</requirement>
5 </requirements> 5 </requirements>
6 <stdio> 6 <stdio>
7 <exit_code range="1:"/> 7 <exit_code range="1:" level="fatal" />
8 </stdio> 8 </stdio>
9 <command> Rscript $__tool_directory__/getGEO.R "$GSMTable" "$MetaTable" "$IlmnTable" "$gmTable"</command> 9 <command> Rscript $__tool_directory__/getGEO.R "$GSMTable" "$MetaTable" "$IlmnTable" "$gmTable"</command>
10 <inputs> 10 <inputs>
11 <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GEO table of data." label="[required] GSMTable"> 11 <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GEO table of data." label="[required] GSMTable">
12 <validator type="empty_field" message="This field is required."/> 12 <validator type="empty_field" message="This field is required."/>
13 </param> 13 </param>