Open Sanat-Mishra opened 3 years ago
Might be, can you try re-running the pipeline in serial (using cwl-ref runner instead of cwltoil)? It should just be a modification to this line (change to cwltool):
But I'm executing on a Slurm scheduler, hope this goes with it.
Yes the reference runner should work but your job will only run on the current node. Just to make sure that the issues aren't related to your scheduler first
Hi,
It turns out that the tmp directory where the logs are written into was not accessible, so I explicitly defined one and found out that the error is actually as follows -
/var/spool/slurm/d/job8920124/slurm_script: line 4: _toil_worker: command not found
I tried to find out why this is occurring, someone suggested installing toil using a Python virtualenv instead of a conda env. Unfortunately, that did not work out as well. Any leads on this issue?
Thanks.
Hi,
On executing the yaml file, all 7 jobs are failing with the following error message:
toil.leader.FailedJobsException: The job store 'file:/scratch/sanat.mishra/Thesis/eclip/merge_peaks/examples/AARS/.tmp/cwltoil_jobstore' contains 7 failed jobs: 'CWLWorkflow' kind-CWLWorkflow/instance-07ufg5ik, 'CWLWorkflow' kind-CWLWorkflow/instance-te8ikfkj, 'CWLJob' samtools view kind-CWLJob/instance-mlvmb13t, 'CWLJob' samtools view kind-CWLJob/instance-ise3vpe9, 'CWLWorkflow' kind-CWLWorkflow/instance-2zfokdt3, 'CWLJob' samtools view kind-CWLJob/instance-b_j5t4td, 'CWLJob' samtools view kind-CWLJob/instance-csv4vy5v
Additionally, for each job, the following is also included -
What's going wrong? Is there an issue with samtools?