Skip to content

Commit

Permalink
more obvious filename
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Apr 5, 2024
1 parent a8357f0 commit b3a9d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maintenance/annotation_maint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit b3a9d00

Please sign in to comment.