comparison allow_dovetailing.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="allow_dovetailing" name="Allow dovetailing" version="0.3.13"> 1 <tool id="allow_dovetailing" name="Allow dovetailing" version="0.3.14">
2 <description>modifies proper_pair flag in bam files</description> 2 <description>modifies proper_pair flag in bam files</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 <command detect_errors="aggressive"><![CDATA[ 6 <command detect_errors="aggressive"><![CDATA[
7 allow_dovetailing -i '$input' -o '$output' 7 allow_dovetailing -i '$input' -o '$output'
8 ]]></command> 8 ]]></command>
9 <inputs> 9 <inputs>
13 <data name="output" format="bam"/> 13 <data name="output" format="bam"/>
14 </outputs> 14 </outputs>
15 <tests> 15 <tests>
16 <test> 16 <test>
17 <param name="input" value="not_a_proper_pair.bam" ftype="bam"/> 17 <param name="input" value="not_a_proper_pair.bam" ftype="bam"/>
18 <output name="output" file="proper_pair.bam" ftype="bam" lines_diff="2"/> 18 <output name="output" file="proper_pair.bam" ftype="bam" lines_diff="4"/>
19 </test> 19 </test>
20 </tests> 20 </tests>
21 <help><![CDATA[ 21 <help><![CDATA[
22 .. code-block:: 22 .. code-block::
23 23