Mercurial > repos > petr-novak > various_galaxy_tools
comparison copy_files.sh @ 0:696e702ebf74 draft
"planemo upload commit 0f6eca49bafc3c946189d793161a7f81d595e1a1-dirty"
author | petr-novak |
---|---|
date | Mon, 09 May 2022 08:26:30 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:696e702ebf74 |
---|---|
1 #!/bin/bash | |
2 wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/gff_filter_by_attribute.py | |
3 wget https://raw.githubusercontent.com/galaxyproject/galaxy/dev/tools/filters/gff/gff_filter_by_attribute.xml | |
4 wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/extract_GFF_Features.py | |
5 wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff/extract_GFF_Features.xml | |
6 wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff2bed.xml | |
7 wget https://github.com/galaxyproject/galaxy/raw/dev/tools/filters/gff_to_bed_converter.py | |
8 |