Closed hanrong498 closed 1 month ago
Hi Hanrong,
--local could be replicated by specifying 'shared/profiles/local' as snakemakeProfile under your defaults.yaml file (snakePipes info to retrieve this one). -j within the local configuration can be replicated by setting the cores: flag in the corresponding yaml file (rerunning snakePipes info after setting the profile will give you it's full path).
Number of parallel jobs can be set in non-local jobs by setting the respective flag in your snakemake profile (jobs: )
Hope this helps !
perfect, thanks a lot!
Hi,
Thanks for the active development of snakePipes :)
I noticed that in the version 3.0.0, there is no longer the option --local and --j. Could you explain how can I allocate more resources to the pipeline now?
Thanks a lot! Hanrong