Mercurial > repos > petr-novak > various_galaxy_tools
comparison extract_GFF_Features.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="Extract_features1" name="Extract features" version="1.0.0"> | 1 <tool id="Extract_features1" name="Extract features" version="1.0.0"> |
2 <description>from GFF data</description> | 2 <description>from GFF data</description> |
3 <command interpreter="python">extract_GFF_Features.py $input1 $out_file1 ${column_choice.col} ${column_choice.feature}</command> | 3 <command> |
4 python '$__tool_directory__'/extract_GFF_Features.py $input1 $out_file1 ${column_choice.col} ${column_choice.feature}</command> | |
4 <inputs> | 5 <inputs> |
5 <param format="gff" name="input1" type="data" label="Select GFF data"/> | 6 <param format="gff" name="input1" type="data" label="Select GFF data"/> |
6 <conditional name="column_choice"> | 7 <conditional name="column_choice"> |
7 <param name="col" type="select" label="From"> | 8 <param name="col" type="select" label="From"> |
8 <option value="0" selected="true">Column 1 / Sequence name</option> | 9 <option value="0" selected="true">Column 1 / Sequence name</option> |