You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Remove hardcoded values, including conda environments and reference files, from the scripts and move these configurations to the config files. This will enhance the flexibility and reusability of the scripts.
Acceptance Criteria:
Remove hardcoded conda environments and reference file paths from the scripts.
Update the config files to include these values.
Ensure the scripts read these values from the config files.
Update the documentation to reflect these changes.
Implementation Steps:
Identify hardcoded values in the scripts.
Move these values to the config files.
Update the scripts to read the values from the config files.
Test the updated scripts to ensure they work with the new config settings.
Update the documentation with the new configuration instructions.
The text was updated successfully, but these errors were encountered:
berntpopp
changed the title
Documentation: Remove Hardcoded Values and Move to Configs
Feature request: Remove Hardcoded Values and Move to Configs
Jul 4, 2024
Remove Hardcoded Values and Move to Configs
Description:
Remove hardcoded values, including conda environments and reference files, from the scripts and move these configurations to the config files. This will enhance the flexibility and reusability of the scripts.
Acceptance Criteria:
Implementation Steps:
The text was updated successfully, but these errors were encountered: