-
Notifications
You must be signed in to change notification settings - Fork 7
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
Slurm error - more processors requested than permitted #10
Comments
Hi @SophieS9 thanks for your interest in using the pipeline. May I know how many CPUs are there on your clusters? You're running using
|
Thanks @proteinosome that has fixed that issue! However, I am now having a second issue with the test data. It's failing at alignment both for the tumour and normal sample but isn't giving an error message at. The stderr simply says:
And the stdout simply says:
So no indication at all as to why this isn't working! As a note, if I try to run the pbmm2 command outside of the workflow, it's complaining that it can't find pbmm2. |
@SophieS9 Sorry for the late reply, I've been away for a bit. Did you see anything in the Re: no pbmm2 outside of workflow: WDL workflow runs using container (docker or singularity). Unless you are in the container, you would not have the tools in the container available. |
@proteinosome the work directory contains a _miniwdl_inputs/ directory which contains the three files expected (bam and reference fasta/fai) and a log file. The log file is giving the error:
So the input files seem to be the problem! pbmm2 needs the file type flag? I was running the workflow exactly as specified here - https://github.com/PacificBiosciences/HiFi-somatic-WDL/blob/main/docs/step-by-step.md#run-the-workflow |
@SophieS9 in the work directory there's also a file named Thanks. |
Sure! This in the following directory:
The command file contains:
And the inputs.json contains:
|
That is really strange. I'll see if I can reproduce that, but meanwhile can you check if the BAM file is well-formed? E.g. using samtools quickcheck: http://www.htslib.org/doc/samtools-quickcheck.html Sorry for the issue. |
Seems to be OK. The samtools version that I have doesn't have the -u parameter for unmapped reads though:
I've also ran ValidateSamFile from picardtools for your info:
|
I've just done a run and I was not able to reproduce that. FYI I ran Picard on the same file and this is the output (No error):
|
Hi PacBio Team,
I've just downloaded the workflow and I'm trying to run it for the first time on a slurm compute cluster on the test data. I'm getting the error message for both the call-align_all_bams-0 and call-split_contigs-0 tasks:
I can't see anywhere where I can adjust the number of tasks requested in a job? Can you advise at all?
The text was updated successfully, but these errors were encountered: