Mercurial > repos > nml > verify_map
diff verify_map.xml @ 1:80b7566e62ec draft default tip
"planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 57067916cb7b9c5b65c1da59d4bbb846c3e3af2f"
author | nml |
---|---|
date | Tue, 23 Jun 2020 10:28:13 -0400 |
parents | 12f1714f7716 |
children |
line wrap: on
line diff
--- a/verify_map.xml Tue Aug 27 12:33:47 2019 -0400 +++ b/verify_map.xml Tue Jun 23 10:28:13 2020 -0400 @@ -1,8 +1,9 @@ -<tool id="verify_map" name="Verify Mapping Quality" version="1.8.2"> +<tool id="verify_map" name="Verify Mapping Quality" version="@VERSION@+galaxy1"> <description>Checks the mapping quality of all BAM files generated in the core SNV pipeline.</description> - <requirements> - <requirement type="package" version="1.8.2">snvphyl-tools</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> <command detect_errors="exit_code"> verify_mapping_quality.pl #for $f in $bams.keys# --bam "$f=$bams[$f]" #end for# @@ -60,5 +61,5 @@ - min-map - The minimum perecent coverage required in each BAM file. </help> - <citations/> + <expand macro="citations"/> </tool>