Mercurial > repos > mnhn65mo > rdata_handler
comparison rdata_reader.xml @ 0:10212598b005 draft
Uploaded
author | mnhn65mo |
---|---|
date | Tue, 07 Aug 2018 06:02:29 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:10212598b005 |
---|---|
1 <tool id="Rdata_reader" name="Rdata binary file reader" version="0.1"> | |
2 <requirements> | |
3 <requirement type="package" version="1.20.0">r-getopt</requirement> | |
4 <requirement type="package" version="7.0">readline</requirement> | |
5 </requirements> | |
6 <command detect_errors="exit_code"><![CDATA[ | |
7 Rscript '$__tool_directory__/rdata_reader.R' '$input1' '$rdata_list_attr' ]]> | |
8 </command> | |
9 <inputs> | |
10 <param format="rdata" name="input1" type="data" label="Rdata binary file to explore"/> | |
11 </inputs> | |
12 <outputs> | |
13 <data format="tabular" name="rdata_list_attr" from_work_dir="rdata_list_attr" /> | |
14 </outputs> | |
15 <help> | |
16 ========================== | |
17 Rdata reader | |
18 ========================== | |
19 **What it does** | |
20 | |
21 The Rdata reader tool give information on the content of a binary R file. | |
22 | |
23 It produces a list of the available dimensions in the Rdata (tabular output file). | |
24 | |
25 Use this tool before considering use "Rdata parser". | |
26 | |
27 | | |
28 | |
29 **How to use it** | |
30 | |
31 Select a file in the Rdata format and execute the tool. | |
32 </help> | |
33 </tool> |