-
Notifications
You must be signed in to change notification settings - Fork 0
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
where to specify amount of memory? #1
Comments
Hi Patrick, thanks for reaching out! I'd need more info to understand your issue. Can you point out which lines you modified and what are the new values? |
Hi Sergii, thank you for your response! So I only modified the nodes to the actual names of the nodes on our cluster because that was the first error that I got. So my submit.sb slurm script looks like this now; #SBATCH -p zen3_0512 for the nextflow.config file I also only edited node names (line 194,195): profiles { Now when I run the Demo I get the error I Send with my previous massage. im just realising that for me the default Value of "--mem" was 2 and not 12 (as you wrote in your response), could that be the Problem? If not, where and how would I need to change each process memory allocation? Sorry if these are really basic questions but it's my first time working in a computational environment like this. |
Hi Patrick, |
Hi Sergii, is there anywhere else in the scripts that I need to change the memory allocation to something specific? |
Hey STQ Team! First of all, thank you for this great Package! If I can get it to work this will greatly help my work. I recently ran my first PDX Visium Experiment and was trying to run your Nextflow pipeline on a HPC (slurm submission). I adapted the node specification in the submit.sb script and the nextflow.config files. Unfortunately I ran into some more issues when trying to run the Demo. This is the execution error that I got. The memory specification is specified in the submit.sb
Error executing process > 'TWO:SEQ:LOAD_SAMPLE_INFO (Demo_S1)'
Caused by:
Failed to submit process to grid scheduler for execution
Command executed:
sbatch .command.run
Command exit status:
1
Command output:
sbatch: error: Mem flag not set for partial node allocation.
sbatch: error: Please specify the amount of memory for the job with: "--mem xxG".
sbatch: error: Batch job submission failed: Job size specification needs to be provided
Any Help will be greatly appreciated!
Thank you!
All the best,
Patrick
The text was updated successfully, but these errors were encountered: