comparison resize_coordinate_window.xml @ 4:4eb3cc1f8466 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/resize_coordinate_window commit d357611d8d49631f0eb7c5e022e80cb4c9483308"
author iuc
date Wed, 11 Dec 2019 18:06:42 -0500
parents 9ba78e8985dc
children
comparison
equal deleted inserted replaced
3:9ba78e8985dc 4:4eb3cc1f8466
1 <tool id="resize_coordinate_window" name="Resize coordinate window" version="1.0.1"> 1 <tool id="resize_coordinate_window" name="Resize coordinate window" version="1.0.2">
2 <description>of GFF data</description> 2 <description>of GFF data</description>
3 <requirements>
4 <requirement type="package" version="3.8.0">python</requirement>
5 </requirements>
3 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
4 python '$__tool_directory__/resize_coordinate_window.py' 7 python '$__tool_directory__/resize_coordinate_window.py'
5 --input '$input' 8 --input '$input'
6 --start_coordinate $start_coordinate 9 --start_coordinate $start_coordinate
7 --subtract_from_start $subtract_from_start 10 --subtract_from_start $subtract_from_start