Unable to import cytosnake
helper functions causes repetitive code within workflow scripts
#18
Labels
cytosnake
helper functions causes repetitive code within workflow scripts
#18
As mentioned in #17 the workflow scripts currently do not take imports due to
snakemake's
restrictive design. The issue occurs when declaring an environment withinrules
insnakemake
files.The
snakemake
rules
are entirely encapsulated within the declared evironment file. Sincecytosnake
is not an installable package, then it cannot be installed in the environment therefore not having access tocytosnakes
helper functions.A solution to this is making
cytosnake
making itpip
installable. This will allowcytosnake
to become a required dependency in theconda
environment files, therefore having access to the helper function thatcytosnake
provides.The text was updated successfully, but these errors were encountered: