Mercurial > repos > iuc > data_manager_selection_background
comparison data_manager/data_manager_selection_background.py @ 1:0bd1cd5eac51 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit 56142b399aae44a46fb6a588603eda2286cf73b2"
author | iuc |
---|---|
date | Sat, 21 Aug 2021 07:51:54 +0000 |
parents | bb5794942b5e |
children | e4f07770b340 |
comparison
equal
deleted
inserted
replaced
0:bb5794942b5e | 1:0bd1cd5eac51 |
---|---|
6 import os | 6 import os |
7 import shutil | 7 import shutil |
8 import sys | 8 import sys |
9 import uuid | 9 import uuid |
10 import zipfile | 10 import zipfile |
11 | 11 from urllib.request import urlretrieve |
12 from six.moves.urllib.request import urlretrieve | |
13 | 12 |
14 # Nice solution to opening compressed files (zip/bz2/gz) transparently | 13 # Nice solution to opening compressed files (zip/bz2/gz) transparently |
15 # https://stackoverflow.com/a/13045892/638445 | 14 # https://stackoverflow.com/a/13045892/638445 |
16 | 15 |
17 | 16 |