comparison pileup_interval.xml @ 4:9c1c0b947e46 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/pileup_interval commit 8b2095c59ecc2e94c58a42e2e04dbcecdc823dbf"
author devteam
date Fri, 15 Jan 2021 11:38:56 +0000
parents ef11139d4545
children
comparison
equal deleted inserted replaced
3:ef11139d4545 4:9c1c0b947e46
1 <tool id="pileup_interval" name="Pileup-to-Interval" version="1.0.2"> 1 <tool id="pileup_interval" name="Pileup-to-Interval" version="1.0.3">
2 <requirements>
3 <requirement type="package" version="0.7.1">bx-python</requirement>
4 </requirements>
2 <description>condenses pileup format into ranges of bases</description> 5 <description>condenses pileup format into ranges of bases</description>
3 <command interpreter="python"> 6 <command>
4 pileup_interval.py 7 python '$__tool_directory__/pileup_interval.py'
5 --input=$input 8 --input=$input
6 --output=$output 9 --output=$output
7 --coverage=$coverage 10 --coverage=$coverage
8 --format=$format_type.format 11 --format=$format_type.format
9 #if $format_type.format == "ten": 12 #if $format_type.format == "ten":