comparison extract_GFF_Features.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="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 <required_files>
4 <include type="literal" path="extract_GFF_Features.py"/>
5 </required_files>
3 <command> 6 <command>
4 python '$__tool_directory__'/extract_GFF_Features.py $input1 $out_file1 ${column_choice.col} ${column_choice.feature}</command> 7 python '$__tool_directory__'/extract_GFF_Features.py $input1 $out_file1 ${column_choice.col} ${column_choice.feature}</command>
5 <inputs> 8 <inputs>
6 <param format="gff" name="input1" type="data" label="Select GFF data"/> 9 <param format="gff" name="input1" type="data" label="Select GFF data"/>
7 <conditional name="column_choice"> 10 <conditional name="column_choice">