Skip to content

The j parameter #428

Answered by s-canchi
s-canchi asked this question in Snakemake
May 12, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The snakemake syntax --cores, --jobs, -j are used to specify the number of cores available to run the job. You can specify all as the argument to indicate the use of all available CPU cores. However, a word of caution on using this option when operating on a shared resource such as a HPC system. To find out how many cores are available to you, you can use lscpu to list the configuration. In the recent versions of Snakemake (v6.0+), it is necessary to specify the -j parameter when running snakemake. Find more about the different snakemake parameters in their documentation.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@s-canchi
Comment options

@ctb
Comment options

Answer selected by s-canchi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants