Mercurial > repos > melissacline > xena_import
comparison xena_import.xml @ 16:7f03b062f330 default tip
Cleaned up the user interface a bit
author | melissacline |
---|---|
date | Tue, 23 Sep 2014 21:18:54 -0700 |
parents | cb0bb2406736 |
children |
comparison
equal
deleted
inserted
replaced
15:ff0cdac9636e | 16:7f03b062f330 |
---|---|
2 <description>Import from Galaxy into the Xena VM</description> | 2 <description>Import from Galaxy into the Xena VM</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.0">installXena</requirement> | 4 <requirement type="package" version="1.0">installXena</requirement> |
5 </requirements> | 5 </requirements> |
6 <command interpreter="python"> | 6 <command interpreter="python"> |
7 xena_import.py ${xenaInputData} ${cohort} ${metadataType} | 7 xena_import.py ${xenaInputData} ${cohort} ${metadataType} > ${outfile} |
8 </command> | 8 </command> |
9 <inputs> | 9 <inputs> |
10 <param format="data" type="data" name="xenaInputData" label="Data to import to Xena" optional="false"/> | 10 <param format="data" type="data" name="xenaInputData" label="Data to import to Xena" optional="false"/> |
11 <param format="str" type="text" name="cohort" label="Cohort" optional="false"/> | 11 <param format="str" type="text" name="cohort" label="Cohort" optional="false"/> |
12 <param format="str" type="text" name="metadataType" label="Data Type (e.g. clinicalMatrix)" optional="false"/> | 12 <param format="str" type="select" name="metadataType" label="File Format"> |
13 <option value="genomicMatrix">Rows(Identifiers) by Columns (Samples)</option> | |
14 <option value="clinicalMatrix">Rows(Samples) by Columns (Identifiers)</option> | |
15 <option value="mutationVector">Mutation Data</option> | |
16 </param> | |
13 </inputs> | 17 </inputs> |
18 <outputs> | |
19 <data foramt="txt" name="outfile"/> | |
20 </outputs> | |
14 <help> | 21 <help> |
15 To Appear | 22 To Appear |
16 </help> | 23 </help> |
17 </tool> | 24 </tool> |