Mercurial > repos > petr-novak > various_galaxy_tools
comparison gff2bed.xml @ 2:90c46e40d222 draft
planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty
author | petr-novak |
---|---|
date | Mon, 26 Feb 2024 13:11:53 +0000 |
parents | 639c0edb7e64 |
children |
comparison
equal
deleted
inserted
replaced
1:639c0edb7e64 | 2:90c46e40d222 |
---|---|
1 <tool id="gff2bed1" name="GFF-to-BED" version="1.0.2"> | 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 <required_files> | |
7 <include type="literal" path="gff_to_bed_converter.py"/> | |
8 </required_files> | |
6 <command> | 9 <command> |
7 python '$__tool_directory__'/gff_to_bed_converter.py $input $out_file1 | 10 python '$__tool_directory__'/gff_to_bed_converter.py $input $out_file1 |
8 </command> | 11 </command> |
9 <inputs> | 12 <inputs> |
10 <param format="gff" name="input" type="data" label="Convert this dataset"/> | 13 <param format="gff" name="input" type="data" label="Convert this dataset"/> |