You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing DRAM 2 on my university's HPC cluster but SLURM was not submitting individual jobs through the desired account, and resorting to the default account, even if specifying the alternative account in the nextflow.config file. I fixed it by editing the singularity_slurm.config file to include --account=<INSERT ACCOUNT NAME> after each instance of clusterOptions = (params.slurm_node ? "--nodelist=${params.slurm_node} " : "") + "--job-name=DRAM-..."
The text was updated successfully, but these errors were encountered:
I've been testing DRAM 2 on my university's HPC cluster but SLURM was not submitting individual jobs through the desired account, and resorting to the default account, even if specifying the alternative account in the nextflow.config file. I fixed it by editing the singularity_slurm.config file to include
--account=<INSERT ACCOUNT NAME>
after each instance ofclusterOptions = (params.slurm_node ? "--nodelist=${params.slurm_node} " : "") + "--job-name=DRAM-..."
The text was updated successfully, but these errors were encountered: