comparison validate_mapping_file.xml @ 7:d1701fcfd7e5 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author iuc
date Thu, 05 Dec 2019 08:03:16 -0500
parents 6b784a33f3b3
children
comparison
equal deleted inserted replaced
6:1fe225d38243 7:d1701fcfd7e5
1 <tool id="qiime_validate_mapping_file" name="Check user's metadata mapping file" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_validate_mapping_file" name="Check user's metadata mapping file" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description> for required data, valid format (validate_mapping_file)</description> 2 <description> for required data, valid format (validate_mapping_file)</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <version_command>validate_mapping_file.py --version</version_command> 7 <version_command>validate_mapping_file.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 validate_mapping_file.py 10 validate_mapping_file.py
10 --mapping_fp '$mapping_fp' 11 --mapping_fp '$mapping_fp'
11 -o validate_mapping_file_output 12 -o validate_mapping_file_output
12 $verbose 13 $verbose
13 --char_replace '$char_replace' 14 --char_replace '$char_replace'