Mercurial > repos > iuc > data_manager_selection_background
comparison data_manager/data_manager_selection_background.py @ 1:e8718792723c 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:30 +0000 |
| parents | 4a643ee2e4b8 |
| children | f6d4b709b0bf |
comparison
equal
deleted
inserted
replaced
| 0:4a643ee2e4b8 | 1:e8718792723c |
|---|---|
| 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 |
