Mercurial > repos > jjohnson > qiime
comparison merge_mapping_files.xml @ 0:e5c3175506b7 default tip
Initial tool configs for qiime, most need work.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Sun, 17 Jul 2011 10:30:11 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e5c3175506b7 |
---|---|
1 <tool id="merge_mapping_files" name="merge_mapping_files" version="1.2.0"> | |
2 <description>Merge mapping files</description> | |
3 <requirements> | |
4 <requirement type="binary">merge_mapping_files.py</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 qiime_wrapper.py | |
8 --galaxy_tmpdir='$__new_file_path__' | |
9 merge_mapping_files.py | |
10 --mapping_fps=$mapping_fps | |
11 --output_fp=$output_fp | |
12 --no_data_value=$no_data_value | |
13 </command> | |
14 <inputs> | |
15 <param name="mapping_fps" type="data" format="tabular" label="mapping_fps" | |
16 help="the input mapping files in a comma-separated list [REQUIRED]"/> | |
17 <param name="no_data_value" type="text" value="no_data" label="no_data_value" | |
18 help="value to represent missing data (i.e., when all fields are not defined in all mapping files) [default: no_data]"/> | |
19 </inputs> | |
20 <outputs> | |
21 <data format="txt" name="output_fp"/> | |
22 </outputs> | |
23 <tests> | |
24 </tests> | |
25 <help> | |
26 | |
27 </help> | |
28 </tool> | |
29 |