Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnoble committed Jul 26, 2024
2 parents c669560 + 9de8f9b commit 4885875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/downsample_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def main():
out_dir = os.path.join(args.root, os.path.basename(mgf_dir))
# N.B. Hack to skip existing files.
if os.path.isfile(out_dir):
print(f"Skipping {mgf_dir}.", file=sys.stderr)
continue
os.makedirs(out_dir, exist_ok=True)
mgf_filenames = glob.glob(os.path.join(mgf_dir, "*.mgf"))
Expand Down

0 comments on commit 4885875

Please sign in to comment.