comparison write_supplementary_fastq.xml @ 20:03415763c62c draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 62ae1272b167d6bc411f95fb324df9f6286f8450-dirty
author mvdbeek
date Wed, 19 Apr 2017 16:23:12 -0400
parents 97c1b92dbd28
children 1c91108a80d5
comparison
equal deleted inserted replaced
19:97c1b92dbd28 20:03415763c62c
1 <tool id="write_supplementary_fastq" name="Extract supplementary alignments" version="0.3.13"> 1 <tool id="write_supplementary_fastq" name="Extract supplementary alignments" version="0.3.14">
2 <description>from SAM/BAM alignment files as FASTQ</description> 2 <description>from SAM/BAM alignment files as FASTQ</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.3.13">readtagger</requirement> 4 <requirement type="package" version="0.3.14">readtagger</requirement>
5 </requirements> 5 </requirements>
6 <version_command>write_supplementary_fastq --version</version_command> 6 <version_command>write_supplementary_fastq --version</version_command>
7 <command detect_errors="aggressive"><![CDATA[ 7 <command detect_errors="aggressive"><![CDATA[
8 write_supplementary_fastq --input_path '$input' --output_path '$output' 8 write_supplementary_fastq --input_path '$input' --output_path '$output'
9 ]]></command> 9 ]]></command>