comparison extract_barcodes.xml @ 2:e149f41155e1 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:02:19 -0500
parents c7eeac78cb64
children
comparison
equal deleted inserted replaced
1:88a13a51747b 2:e149f41155e1
1 <tool id="qiime_extract_barcodes" name="Format Fastq sequences and barcode data" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_extract_barcodes" name="Format Fastq sequences and barcode data" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>(extract_barcodes)</description> 2 <description>(extract_barcodes)</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>extract_barcodes.py --version</version_command> 7 <version_command>extract_barcodes.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 extract_barcodes.py 10 extract_barcodes.py
10 --fastq1 '$fastq1' 11 --fastq1 '$fastq1'
11 --bc1_len '$bc1_len' 12 --bc1_len '$bc1_len'
12 $rev_comp_bc1 13 $rev_comp_bc1
13 --input_type '$type.input_type' 14 --input_type '$type.input_type'