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

Clarify usage of option "-call" #1385

Open
fhg-isi opened this issue Oct 23, 2024 · 1 comment · May be fixed by #1386
Open

Clarify usage of option "-call" #1385

fhg-isi opened this issue Oct 23, 2024 · 1 comment · May be fixed by #1386

Comments

@fhg-isi
Copy link
Contributor

fhg-isi commented Oct 23, 2024

The option "-call" that is used for the tutorials might be misleading, as "call" could be interpretet as single word like in "call a function" and when searching for it in the snakemake documentaiton, it cannot be found. Also see

PyPSA/PyPSA#1060

Current version of snakemake does not seem to require the --cores (-c) option any more and uses all cores by default:

snakemake/snakemake#3167

=> I would prefer one of the following variants to avoid confusion by "black magic" command snakemake -call :

snakemake
snakemake --cores
snakemake --coresall
snakamake -c
@lkstrp lkstrp linked a pull request Oct 23, 2024 that will close this issue
@lkstrp
Copy link
Member

lkstrp commented Oct 23, 2024

While it still can be used, -call is indeed optional and not documented anymore. Thank you @fhg-isi !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants