comparison fastq_trimmer.xml @ 3:2d0d13b0b0f1 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_trimmer commit bb546ea5ff3b35ea76feb0c26470e7b422d2d493
author devteam
date Tue, 21 Nov 2017 15:43:45 -0500
parents 430b9da91435
children 33794bdb7fe0
comparison
equal deleted inserted replaced
2:430b9da91435 3:2d0d13b0b0f1
5 </requirements> 5 </requirements>
6 <command><![CDATA[ 6 <command><![CDATA[
7 gx-fastq-trimmer '$input_file' '$output_file' ${offset_type['left_column_offset']} ${offset_type['right_column_offset']} ${offset_type['base_offset_type']} '${input_file.extension[len('fastq'):]}' $keep_zero_length 7 gx-fastq-trimmer '$input_file' '$output_file' ${offset_type['left_column_offset']} ${offset_type['right_column_offset']} ${offset_type['base_offset_type']} '${input_file.extension[len('fastq'):]}' $keep_zero_length
8 ]]></command> 8 ]]></command>
9 <inputs> 9 <inputs>
10 <param name="input_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz" label="FASTQ file"/> 10 <param name="input_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="FASTQ file"/>
11 <conditional name="offset_type"> 11 <conditional name="offset_type">
12 <param name="base_offset_type" type="select" label="Define Base Offsets as" help="Use Absolute for fixed length reads (Illumina, SOLiD)&lt;br&gt;Use Percentage for variable length reads (Roche/454)"> 12 <param name="base_offset_type" type="select" label="Define Base Offsets as" help="Use Absolute for fixed length reads (Illumina, SOLiD)&lt;br&gt;Use Percentage for variable length reads (Roche/454)">
13 <option value="offsets_absolute" selected="true">Absolute Values</option> 13 <option value="offsets_absolute" selected="true">Absolute Values</option>
14 <option value="offsets_percent">Percentage of Read Length</option> 14 <option value="offsets_percent">Percentage of Read Length</option>
15 </param> 15 </param>