Describe the bug
When running Snakemake workflow for ex12-R there is a KeyError accessing the embedded vectors for C. Elegans
To Reproduce
Steps to reproduce the behavior:
Go to 'workflow/ex12'
Run $> snakemake --cores 2
Potentially wait until workflow reaches distance calculation step.
See error
Expected behavior
Continuing Snakemake workflow
Screenshots
Additional context
The KeyError appears to be some sort of off-by-one error, given the missing key is 279 and there are 279 total nodes in C. Elegans connectome.
Describe the bug When running Snakemake workflow for ex12-R there is a
KeyError
accessing the embedded vectors for C. ElegansTo Reproduce Steps to reproduce the behavior:
$> snakemake --cores 2
Expected behavior Continuing Snakemake workflow
Screenshots
Additional context The KeyError appears to be some sort of off-by-one error, given the missing key is 279 and there are 279 total nodes in C. Elegans connectome.