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
Generalize Run Script to Take Snakemake File as Parameter
Description:
The current run scripts are specific to individual Snakemake files. This issue aims to generalize the run script to accept the Snakemake file as a parameter, along with other parameters such as the number of jobs.
Acceptance Criteria:
Modify the run script to take the Snakemake file as a parameter.
Ensure the script can handle additional parameters such as the number of jobs.
Update the documentation to reflect the changes.
Implementation Steps:
Modify the run script to accept the Snakemake file as a parameter.
Ensure the script can handle additional parameters such as the number of jobs and log output.
Test the generalized run script to ensure it works with different Snakemake files.
Update the documentation with instructions for using the generalized run script.
The text was updated successfully, but these errors were encountered:
Generalize Run Script to Take Snakemake File as Parameter
Description:
The current run scripts are specific to individual Snakemake files. This issue aims to generalize the run script to accept the Snakemake file as a parameter, along with other parameters such as the number of jobs.
Acceptance Criteria:
Implementation Steps:
The text was updated successfully, but these errors were encountered: