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
In the future I hope that snakemake-wrappers can support containers - I did the start of work to add this snakemake/snakemake-wrappers#153 but I don't think it's a priority for Johannes, which is totally understandable!
Is your feature request related to a problem? Please describe.
One of the issues is that tests take quite some time because it requires to run the following workflow https://github.com/panoptes-organization/snakemake_example_workflow that depends on conda.
Describe the solution you'd like
One solution would be to install all dependencies via pip and abandon completely conda
Describe alternatives you've considered
The alternative solution (if the first is not possible) is to use mamba that is very fast
The text was updated successfully, but these errors were encountered: