# HG changeset patch # User petr-novak # Date 1708953113 0 # Node ID 90c46e40d222799beb16d579913c02d8971d65be # Parent 639c0edb7e64860dfe5a76bab99a9d90dbba4be1 planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty diff -r 639c0edb7e64 -r 90c46e40d222 extract_GFF_Features.xml --- a/extract_GFF_Features.xml Mon Feb 26 12:59:20 2024 +0000 +++ b/extract_GFF_Features.xml Mon Feb 26 13:11:53 2024 +0000 @@ -1,5 +1,8 @@ from GFF data + + + python '$__tool_directory__'/extract_GFF_Features.py $input1 $out_file1 ${column_choice.col} ${column_choice.feature} diff -r 639c0edb7e64 -r 90c46e40d222 gff2bed.xml --- a/gff2bed.xml Mon Feb 26 12:59:20 2024 +0000 +++ b/gff2bed.xml Mon Feb 26 13:11:53 2024 +0000 @@ -1,8 +1,11 @@ converter - operation_3434 + operation_3434 + + + python '$__tool_directory__'/gff_to_bed_converter.py $input $out_file1 diff -r 639c0edb7e64 -r 90c46e40d222 gff2tabular.xml --- a/gff2tabular.xml Mon Feb 26 12:59:20 2024 +0000 +++ b/gff2tabular.xml Mon Feb 26 13:11:53 2024 +0000 @@ -4,6 +4,9 @@ R bioconductor-rtracklayer + + + diff -r 639c0edb7e64 -r 90c46e40d222 gff_filter_by_attribute.xml --- a/gff_filter_by_attribute.xml Mon Feb 26 12:59:20 2024 +0000 +++ b/gff_filter_by_attribute.xml Mon Feb 26 13:11:53 2024 +0000 @@ -1,5 +1,8 @@ using simple expressions + + + python '$__tool_directory__/gff_filter_by_attribute.py' '$input' '$out_file1' '$cond' '${input.metadata.attribute_types}'