Mercurial > repos > earlhaminst > export_to_cluster
changeset 4:ddd9749d3b00 draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/export_to_cluster/ commit 457bb20f9c1c007b42d79b08527f5c558529ab8a-dirty
author | earlhaminst |
---|---|
date | Mon, 24 Feb 2025 17:06:57 +0000 |
parents | 9838eed606ad |
children | |
files | export_to_cluster.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/export_to_cluster.py Wed May 09 05:52:40 2018 -0400 +++ b/export_to_cluster.py Mon Feb 24 17:06:57 2025 +0000 @@ -37,7 +37,7 @@ for dp, dn, de in zip(dataset_paths, dataset_names, dataset_exts): """ Copied from get_valid_filename from django - https://github.com/django/django/blob/master/django/utils/text.py + https://github.com/django/django/blob/main/django/utils/text.py """ dn_de = "%s.%s" % (dn, de) dn_de_safe = re.sub(r'(?u)[^-\w.]', '', dn_de.strip().replace(' ', '_'))