Tree Of Life 200M tools, configurations, documentaion#25
Merged
Andrey170170 merged 16 commits intomainfrom May 22, 2025
Merged
Conversation
Updated configuration files to support excluded servers and added support for additional download settings. Introduced new README guides for FathomNet, BIOSCAN, and Safe download workflows, ensuring clear postprocessing instructions. Included detailed Slurm script documentation for tool submission and management.
Introduce a new configuration file, `eol_download_config.yaml`, for managing Encyclopedia of Life (EoL) downloads within the Tree of Life 200M dataset. Also, add a detailed `EoL_download_README.md` documenting the step-by-step process for downloading and post-processing the data. Removed "eol" from `safe_download_config.yaml` to separate download workflows.
Introduce a new `tol200m_fathom_net_crop` module that processes and crops images based on bounding box metadata. It includes components for filtering valid image partitions, scheduling distributed tasks, and performing cropping operations with updated metadata. Added a comprehensive README detailing the tool's functionality, configuration, and pre/post-conditioning requirements.
…eduler Introduce `tol200m_bioscan_data_transfer` module, including classes for data transfer, scheduling, and processing with MPI. Updated README with configuration details for the new module and added imports to the main TreeOfLife toolbox.
Revised and improved download guides for BIOSCAN, GBIF, FathomNet, and EoL, including clearer component-specific details, troubleshooting, and updated configurations. Central README updated to reflect new structure and improved guidance for TreeOfLife200M dataset setup.
Updated README files for both new tools.
…cesses - Introduced bioscan_download_config.yaml with detailed parameters for BIOSCAN dataset. - Updated eol_download_config.yaml, fathomNet_download_config.yaml, general_download_config.yaml, and safe_download_config.yaml to include destination folders for images and errors. - Enhanced README files for BIOSCAN, EoL, FathomNet, GBIF fast, and GBIF slow downloads to reference new config files and provide clearer instructions.
egrace479
reviewed
May 22, 2025
Member
egrace479
left a comment
There was a problem hiding this comment.
Some questions, likely relevant to the other configs
| path_to_input: "path_to_input_file" # Path to the input file with the list of servers | ||
| path_to_output_folder: "path_to_output_folder" # Path to the output folder | ||
| provenance_path: "" # Path to a provenance Parquet file containing source metadata | ||
| path_to_tol_folder: "" # Path to where you save TOL data folder (a.k.a. `<output_dir>/data`) |
Member
There was a problem hiding this comment.
Where you want to save it or where it has been saved?
| @@ -0,0 +1,68 @@ | |||
| account: "account_name" # Account name for the cluster | |||
| path_to_input: "path_to_input_file" # Path to the input file with the list of servers | |||
| path_to_output_folder: "path_to_output_folder" # Path to the output folder | |||
Member
There was a problem hiding this comment.
What goes to this output folder?
Collaborator
Author
There was a problem hiding this comment.
For bioscan specifically, only partitioned metadata, the images are transferred directly to the ToL save location
Comment on lines
+8
to
+10
| scripts: | ||
| # Wrapper scripts to submit jobs to the cluster | ||
| general_submitter: "path_to_general_submitter_script.sh" |
Member
There was a problem hiding this comment.
These should probably be e.g., "path/to/general_submitter_script.sh"
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
egrace479
reviewed
May 22, 2025
Member
egrace479
left a comment
There was a problem hiding this comment.
Comments on Docs (mostly updates to phrasing and adding links to sources)
| ### 1. Setup and Download | ||
|
|
||
| 1. **Install and Configure Downloader** | ||
| - Set up the `distributed-downloader` package following the [official instructions](https://github.com/Imageomics/distributed-downloader/blob/9ef8b0d297f7a868fac31b2b9c3d5f3aa5533472/docs/scripts_README.md) |
Member
There was a problem hiding this comment.
This should be pip installable or it's about where the scripts are located?
egrace479
reviewed
May 22, 2025
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
Added installation instructions
egrace479
reviewed
May 22, 2025
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
egrace479
approved these changes
May 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.