Closed TBradley27 closed 2 years ago
After personal communications with Matthew Eldridge (@eldrid01) I realise that this isn't an issue with octopus. Rather the issue is due to me not realising that snakemake does not handle container and host file system bindings/mappings automatically (for files outside of the working directory), and this must be specified using the --singularity-args
argument to snakemake.
I am now closing this issue as it is not relevant to this repository
Describe the bug The absolute paths of user-defined input files are appended to the working directory relative path - which generates a malformed path for requested input files
Version
Command Command line to install octopus:
Command line to run octopus:
Additional context Octopus is installed via docker within the snakemake rule
If for example the working directory is
/foo/
and --reference is/bar
, then octopus will interpret the path to --reference as being/foo/bar