Mercurial > repos > mvdbeek > bam_readtagger
diff 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 |
line wrap: on
line diff
--- a/allow_dovetailing.xml Wed Apr 05 17:34:55 2017 -0400 +++ b/allow_dovetailing.xml Wed Apr 19 16:23:12 2017 -0400 @@ -1,7 +1,7 @@ -<tool id="allow_dovetailing" name="Allow dovetailing" version="0.3.13"> +<tool id="allow_dovetailing" name="Allow dovetailing" version="0.3.14"> <description>modifies proper_pair flag in bam files</description> <requirements> - <requirement type="package" version="0.3.13">readtagger</requirement> + <requirement type="package" version="0.3.14">readtagger</requirement> </requirements> <command detect_errors="aggressive"><![CDATA[ allow_dovetailing -i '$input' -o '$output' @@ -15,7 +15,7 @@ <tests> <test> <param name="input" value="not_a_proper_pair.bam" ftype="bam"/> - <output name="output" file="proper_pair.bam" ftype="bam" lines_diff="2"/> + <output name="output" file="proper_pair.bam" ftype="bam" lines_diff="4"/> </test> </tests> <help><![CDATA[