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
Feature request: Make bqsr_bams.smk Output Paths Dynamic
Description:
The bqsr_bams.smk script currently has hardcoded output paths. Modify the script to make output paths dynamic based on input or the previous command's output.
Acceptance Criteria:
Modify bqsr_bams.smk to generate dynamic output paths.
Ensure compatibility with input paths and the output of previous commands.
Update the documentation to reflect the changes.
Implementation Steps:
Modify bqsr_bams.smk to create dynamic output paths.
Ensure the output paths are correctly generated based on the input or previous command's output.
Test the updated script to ensure it works with dynamic paths.
Update the documentation with the new usage instructions.
The text was updated successfully, but these errors were encountered:
Feature request: Make
bqsr_bams.smk
Output Paths DynamicDescription:
The
bqsr_bams.smk
script currently has hardcoded output paths. Modify the script to make output paths dynamic based on input or the previous command's output.Acceptance Criteria:
bqsr_bams.smk
to generate dynamic output paths.Implementation Steps:
bqsr_bams.smk
to create dynamic output paths.The text was updated successfully, but these errors were encountered: