shen
shen
yes. my nextflow.config contains these: singularity.autoMounts = true singularity.enabled = true process { executor='pbs' queue='cal' } And I run CIPHER on the login node.
I can see serveral jobs submiting, but some job should ask the cluster for multi cpus. but all the jobs submit with single cpu: Job ID Username Queue Jobname SessID...
yes, I did add --threads 12 parameter. but it didn't work
no, it submit a job script with 12 threads parameter but without the cluster threads requirement. I think this can be solved by editting your cipher.nf file like this: process...