Mercurial > repos > devteam > pileup_interval
comparison pileup_interval.xml @ 3:d78f28cae91b 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:35 +0000 |
| parents | 1e897622570e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:1e897622570e | 3:d78f28cae91b |
|---|---|
| 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": |
