Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added approximate option for naming convention #34

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

JLrumberger
Copy link
Collaborator

What is the purpose of this PR?

The naming convention errored out when more than one file in the target directory matched the naming convention because of recent changes that I added.

How did you implement your changes

I changed function prep_naming_convention, it now takes an additional optional argument approx (bool: default False) and returns the approximate naming_convention function only when approx=True and otherwise the old naming convention that returns os.path.join(deepcell_output_dir, fov_name + "_whole_cell.tiff").

Remaining issues

None.

@JLrumberger JLrumberger merged commit eb14508 into main Dec 8, 2024
12 checks passed
@JLrumberger JLrumberger deleted the fix_bugs branch December 8, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant