comparison gff2bed.xml @ 1:639c0edb7e64 draft

planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty
author petr-novak
date Mon, 26 Feb 2024 12:59:20 +0000
parents 696e702ebf74
children 90c46e40d222
comparison
equal deleted inserted replaced
0:696e702ebf74 1:639c0edb7e64
1 <tool id="gff2bed1" name="GFF-to-BED" version="1.0.1"> 1 <tool id="gff2bed1" name="GFF-to-BED" version="1.0.2">
2 <description>converter</description> 2 <description>converter</description>
3 <edam_operations> 3 <edam_operations>
4 <edam_operation>operation_3434</edam_operation> 4 <edam_operation>operation_3434</edam_operation>
5 </edam_operations> 5 </edam_operations>
6 <command interpreter="python">gff_to_bed_converter.py $input $out_file1</command> 6 <command>
7 python '$__tool_directory__'/gff_to_bed_converter.py $input $out_file1
8 </command>
7 <inputs> 9 <inputs>
8 <param format="gff" name="input" type="data" label="Convert this dataset"/> 10 <param format="gff" name="input" type="data" label="Convert this dataset"/>
9 </inputs> 11 </inputs>
10 <outputs> 12 <outputs>
11 <data format="bed" name="out_file1" /> 13 <data format="bed" name="out_file1" />