Closed samarth8392 closed 1 year ago
This is bizarre. The line that threw that exception is this: https://github.com/CCBR/XAVIER/blob/72d41af65c3484ff6c206577c80edb82317d54c7/workflow/rules/somatic_snps.paired.smk#L400
i.e. it's saying that 'sample1-tumor' isn't a key in the dictionary. But if I edit the main Snakefile at /scratch/cluster_scratch/mathurs2/techDev/runs/hg38.cli.tp.r4/workflow/Snakefile
to print out pairs_dict
and do a dry run, it's in there:
pairs_dict: {'sample1-tumor': 'sample1-normal', 'sample2-tumor': 'sample2-normal'}
I submitted a job on biowulf using the frce_test branch -- in theory it should work there too. Edit: actually it's failing due to #40
Unsure if it matters but there is a difference in snakemake versions:
biowulf | frce |
---|---|
7.19.1 | 7.3.8 |
Edit: XAVIER on FRCE actually uses /mnt/projects/CCBR-Pipelines/bin/snakemake
which is v6.2.1
.
Tried re-running the same command but could not reproduce the error.
Working with XAVIER
frce_test
branch (that was previously merged withhotfix
) and runningxavier
on frce with hg38 data.The pipeline runs with many failed steps. see:
/scratch/cluster_scratch/mathurs2/techDev/runs/hg38.cli.tp.r4/logfiles
And the slurm errors files say:
Thoughts?