ylab-hi / ScanNeo2

Snakemake-based computational workflow for neoantigen prediction from diverse sources
MIT License
10 stars 1 forks source link

nthreads cannot be larger than environment variable #16

Closed riasc closed 1 month ago

riasc commented 3 months ago

The workflow/envs/optitype.yml environment is limited to NUMEXPR_MAX_THREADS" (64). This applies only when setting the threads number higher than 64.

Error.  nthreads cannot be larger than environment variable "NUMEXPR_MAX_THREADS" (64)

Needs to be either increased or limited to 64 (hla typing)

riasc commented 1 month ago

52a3818