comparison update_mapq.xml @ 70:f383ca1c5033 draft

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
author mvdbeek
date Tue, 05 Nov 2019 05:06:18 -0500
parents 97411db5f752
children b090e190c813
comparison
equal deleted inserted replaced
69:97411db5f752 70:f383ca1c5033
1 <tool id="update_mapq" name="Update MAPQ score" version="0.5.16"> 1 <tool id="update_mapq" name="Update MAPQ score" version="0.5.17">
2 <description>of supplementary alignments</description> 2 <description>of supplementary alignments</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.5.16">readtagger</requirement> 4 <requirement type="package" version="0.5.17">readtagger</requirement>
5 </requirements> 5 </requirements>
6 <version_command>update_mapq --version</version_command> 6 <version_command>update_mapq --version</version_command>
7 <command detect_errors="aggressive"><![CDATA[ 7 <command detect_errors="aggressive"><![CDATA[
8 update_mapq --source_path '$source_path' --remapped_path '$remapped_path' --output_path '$output_path' 8 update_mapq --source_path '$source_path' --remapped_path '$remapped_path' --output_path '$output_path'
9 ]]></command> 9 ]]></command>