view copy_files.sh @ 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 696e702ebf74
children
line wrap: on
line source

#!/bin/bash
wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/gff_filter_by_attribute.py
wget https://raw.githubusercontent.com/galaxyproject/galaxy/dev/tools/filters/gff/gff_filter_by_attribute.xml
wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/extract_GFF_Features.py
wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/extract_GFF_Features.xml
wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff2bed.xml
wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff_to_bed_converter.py