--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/7822417f-0858-4e2f-93fa-aed2064738bb%40googlegroups.com.
For SLURM, the scontrol update is the solution to wait for dedupping before further processing, and so is essential to the script. You might need to run Juicer in two steps: run with the flag "-S early", which will stop after dedupping, and then run with "-S final" when dedupping is done.
On Thu, May 24, 2018 at 11:36 PM, Zhifei Luo <zhifei...@gmail.com> wrote:
The IT people told me slurm does not allow you to update your job after submission unless you are an administrator, operator or account coordinator...So how to edit the script to avoid using 'scontrol update' ?
On Thursday, May 24, 2018 at 1:04:44 PM UTC-7, Zhifei Luo wrote:Hi there,I tried to run the SLURM scripts on our hpc cluster and got many errors. After changing the resource settings in the script, most of them can be fixed except the below one.I found the line 957 in the script is causing the problem.956 #Push dedup guard to run only after dedup is complete:957 scontrol update JobID=$guardjid dependency=afterok:$jid
The error message is : Unexpected message received for job XXX (I believe it is the $guardjid)sbatch: error: Batch job submission failed: Unable to contact slurm controller (connect failure)and reset of scripts failed due to job dependency.Deletion of line 957 can fix the error and all the jobs can be submitted but I worry the dedup guard might start earlier than the dedup.The HPC stuff suggests me to put job dependency in the initial sbatch command. How can I fix this bug?
--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/7822417f-0858-4e2f-93fa-aed2064738bb%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/9ffd47bf-fd09-4a89-a147-71d234cc83d6%40googlegroups.com.