Skip to content

Commit

Permalink
adding initial report script #90
Browse files Browse the repository at this point in the history
  • Loading branch information
louisegrimble committed Jan 30, 2025
1 parent de49f38 commit dacd99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solosis/commands/irods/imeta_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ def cmd(sample, samplefile):

# Check if output exists
if os.path.exists(cellranger_path):
samples_to_download.append(sample)
else:
echo_message(
f"Overwriting existing outputs for sample '{sample}' in {cellranger_path}.",
"warn",
)
else:
samples_to_download.append(sample)

# Confirm samples to download
if samples_to_download:
Expand Down

0 comments on commit dacd99e

Please sign in to comment.