From b3a9d005816ce67e0b2bc55ac02d6f1f05df532d Mon Sep 17 00:00:00 2001 From: Peter Ralph Date: Wed, 3 Apr 2024 20:58:54 -0700 Subject: [PATCH] more obvious filename --- maintenance/annotation_maint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintenance/annotation_maint.py b/maintenance/annotation_maint.py index 8aa722663..962097499 100644 --- a/maintenance/annotation_maint.py +++ b/maintenance/annotation_maint.py @@ -128,12 +128,12 @@ def download_process_annotations(): spc_name_path, an.file_pattern.format(id=chrom_id) ) np.savetxt(out_file, intervals, fmt="%d") - tf = spc_name_path + f"/{an.id}_vX.tar.gz" + tf = spc_name_path + f"/{an.id}_vCHANGEME.tar.gz" make_tarfile(tf, spc_name_path, "") logger.info("made tarball at " + spc_name_path) logger.info( - "ALERT: need to rename the files (replace 'vX' with " - "appropriate version number to not clobber existing files " + "ALERT: need to rename the files (replace 'CHANGEME' with " + "appropriate version number) to not clobber existing files " "before upload." ) for f in glob.glob(spc_name_path + "/*.txt"):