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

feat: Creating standardized tomo config #354

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

manasaV3
Copy link
Contributor

@manasaV3 manasaV3 commented Nov 8, 2024

Relates to

Description

Updates the dep 10311 config file for globs

The config was tested for 10015/pda2022-01-23-103/ in the test bucket.

@manasaV3 manasaV3 changed the title Creating standardized tomo config feat: Creating standardized tomo config Nov 8, 2024
tilt_offset: 0
sources:
- source_glob:
list_glob: '{dataset_name}_{run_name}/*/outputs/aretomo/reconstruct_only/{run_name}.aln'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates the list_glob from {dataset_name}_{run_name}/{voxel_spacing_name}/outputs/aretomo/reconstruct_only/{run_name}.aln' to {dataset_name}_{run_name}/*/outputs/aretomo/reconstruct_only/{run_name}.aln' as the voxel_spacing is not a parent of the alignment and therefore will not be available at the time of this glob operation.

Confirmed with Utz that we won't have more than one voxel spacing available for a run as the voxel spacing is generated using this logic. :)

datasets:
- sources:
- destination_glob:
list_glob: '{output_path}/*'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added support for output_path in the glob variables.

@manasaV3 manasaV3 merged commit 2bad245 into main Nov 12, 2024
7 of 8 checks passed
@manasaV3 manasaV3 deleted the mvenkatakrishnan/dep_10311 branch November 12, 2024 23:12
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.

2 participants