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

Split a repository using Snakefile #2804

Open
lucaz88 opened this issue Apr 11, 2024 · 0 comments
Open

Split a repository using Snakefile #2804

lucaz88 opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lucaz88
Copy link

lucaz88 commented Apr 11, 2024

Hi,

It would be interesting to have the possibility to split a Snakemake repository using a Snakefile/s.

I started to develop my workflow following the guidelines of "Distribution and Reproducibility" (https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html) to organize the repository folder. However, over time, the workflow has branched and, because those "daughter"-workflows were sharing some rules, envs, scripts, ..., I did not split them into different directories.

I see now that this was probably not the best choice but back then the idea was to avoid redundancies and the need to propagate the updates.

I've opened a similar ticket on Stack Overflow (https://stackoverflow.com/questions/78155378/how-to-copy-all-files-rules-envs-called-by-a-snakefile-into-a-new-reposito) without much luck so far.

@lucaz88 lucaz88 added the enhancement New feature or request label Apr 11, 2024
@lucaz88 lucaz88 changed the title Split a report using Snakefile Split a repository using Snakefile May 8, 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