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

Feature request: Generalize Run Script to Take Snakemake File as Parameter #5

Open
berntpopp opened this issue Jul 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Member

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:

  1. Modify the run script to accept the Snakemake file as a parameter.
  2. Ensure the script can handle additional parameters such as the number of jobs and log output.
  3. Test the generalized run script to ensure it works with different Snakemake files.
  4. Update the documentation with instructions for using the generalized run script.
@berntpopp berntpopp added the enhancement New feature or request label Jul 4, 2024
@berntpopp berntpopp self-assigned this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant